We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a36824 commit c58db09Copy full SHA for c58db09
src/sfeQwiicUltrasonic.h
@@ -26,7 +26,8 @@ const uint8_t kQwiicUltrasonicFWOld = 0x01;
26
// be used for the newest revision of the Qwiic Ultrasonic sensor.
27
const uint8_t kQwiicUltrasonicI2CAddressMin = 0x08;
28
const uint8_t kQwiicUltrasonicI2CAddressMax = 0x7F;
29
-// Available I2C addresses of the Qwiic Ultrasonic
+
30
+// Available I2C addresses of the older SparkFun Qwiic Ultrasonic Sensor.
31
const uint8_t kQwiicUltrasonicMinAddress = 0x20;
32
const uint8_t kQwiicUltrasonicMaxAddress = 0x2F;
33
;
0 commit comments