Skip to content

Commit c58db09

Browse files
committed
Adds on more comment
1 parent 5a36824 commit c58db09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sfeQwiicUltrasonic.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const uint8_t kQwiicUltrasonicFWOld = 0x01;
2626
// be used for the newest revision of the Qwiic Ultrasonic sensor.
2727
const uint8_t kQwiicUltrasonicI2CAddressMin = 0x08;
2828
const uint8_t kQwiicUltrasonicI2CAddressMax = 0x7F;
29-
// Available I2C addresses of the Qwiic Ultrasonic
29+
30+
// Available I2C addresses of the older SparkFun Qwiic Ultrasonic Sensor.
3031
const uint8_t kQwiicUltrasonicMinAddress = 0x20;
3132
const uint8_t kQwiicUltrasonicMaxAddress = 0x2F;
3233
;

0 commit comments

Comments
 (0)