Searched +full:i2cxl +full:- +full:maxsonar +full:- +full:ez_datasheet (Results 1 – 2 of 2) 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.pdf27 /* registers of MaxSonar device */57 complete(&data->ranging); in mb1232_handle_irq()64 struct i2c_client *client = data->client; in mb1232_read_distance()69 mutex_lock(&data->lock); in mb1232_read_distance()71 reinit_completion(&data->ranging); in mb1232_read_distance()75 dev_err(&client->dev, "write command - err: %d\n", ret); in mb1232_read_distance()[all …]