File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name =SparkFun Qwiic Ultrasonic Arduino Library
2
- version =1.1.0
2
+ version =1.1.1
3
3
author =SparkFun Electronics <techsupport@sparkfun.com>
4
4
maintainer =SparkFun Electronics <sparkfun.com>
5
5
sentence =A library to use the SparkFun Qwiic Ultrasonic Distance Sensor
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const uint8_t kQwiicUltrasonicFWOld = 0x01;
24
24
// These addresses are the min and max (respectively) of valid I2C addresses that can
25
25
// be used for the newest revision of the Qwiic Ultrasonic sensor.
26
26
const uint8_t kQwiicUltrasonicI2CAddressMin = 0x08 ;
27
- const uint8_t kQwiicUltrasonicI2CAddressMax = 0x7F ;
27
+ const uint8_t kQwiicUltrasonicI2CAddressMax = 0x77 ;
28
28
29
29
// Available I2C addresses of the older SparkFun Qwiic Ultrasonic Sensor.
30
30
const uint8_t kQwiicUltrasonicMinAddress = 0x20 ;
You can’t perform that action at this time.
0 commit comments