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 11name =SparkFun Qwiic Ultrasonic Arduino Library
2- version =1.1.0
2+ version =1.1.1
33author =SparkFun Electronics <techsupport@sparkfun.com>
44maintainer =SparkFun Electronics <sparkfun.com>
55sentence =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;
2424// These addresses are the min and max (respectively) of valid I2C addresses that can
2525// be used for the newest revision of the Qwiic Ultrasonic sensor.
2626const uint8_t kQwiicUltrasonicI2CAddressMin = 0x08 ;
27- const uint8_t kQwiicUltrasonicI2CAddressMax = 0x7F ;
27+ const uint8_t kQwiicUltrasonicI2CAddressMax = 0x77 ;
2828
2929// Available I2C addresses of the older SparkFun Qwiic Ultrasonic Sensor.
3030const uint8_t kQwiicUltrasonicMinAddress = 0x20 ;
You can’t perform that action at this time.
0 commit comments