adafruit / Adafruit_VL53L0X

Arduino library for Adafruit VL53L0X
149 stars 118 forks source link

fix product revision check #29

Closed 708yamaguchi closed 4 years ago

708yamaguchi commented 4 years ago

With this Pull Request, the value of DeviceInfo.ProductRevisionMajor is checked.

NOTE: Currently, ProductRevisionMajor is always set as 1, so this Pull Request does not affect the result of the check. https://github.com/adafruit/Adafruit_VL53L0X/blob/master/src/core/src/vl53l0x_api_strings.cpp#L112

ladyada commented 4 years ago

good idea thanks :)