Searched +full:i2cxl +full:- +full:maxsonar (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MaxBotix I2CXL-MaxSonar ultrasonic distance sensor10 - Andreas Klinger <ak@it-klinger.de>13 MaxBotix I2CXL-MaxSonar ultrasonic distance sensor of type mb1202,18 https://www.maxbotix.com/documents/I2CXL-MaxSonar-EZ_Datasheet.pdf23 - maxbotix,mb120224 - maxbotix,mb121225 - maxbotix,mb1222[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * mb1232.c - Support for MaxBotix I2CXL-MaxSonar-EZ series ultrasonic7 * Copyright (c) 2019 Andreas Klinger <ak@it-klinger.de>10 * https://www.maxbotix.com/documents/I2CXL-MaxSonar-EZ_Datasheet.pdf25 /* registers of MaxSonar device */55 complete(&data->ranging); in mb1232_handle_irq()62 struct i2c_client *client = data->client; in mb1232_read_distance()67 mutex_lock(&data->lock); in mb1232_read_distance()69 reinit_completion(&data->ranging); in mb1232_read_distance()73 dev_err(&client->dev, "write command - err: %d\n", ret); in mb1232_read_distance()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only47 module will be called pulsedlight-lite-v250 tristate "MaxSonar I2CXL family ultrasonic sensors"53 Say Y to build a driver for the ultrasonic sensors I2CXL of70 - Parallax PING))) (ultrasonic)71 - Parallax LaserPING (time-of-flight)80 Say Y to build a driver for the RFD77402 Time-of-Flight (distance)94 - Devantech SRF0495 - Maxbotix mb100096 - Maxbotix mb1010[all …]