garmin / LIDARLite_Arduino_Library

High-performance optical distance sensing.
Apache License 2.0
181 stars 84 forks source link

I2C address change? #9

Open jasperza opened 6 years ago

jasperza commented 6 years ago

Is it possible to hange the i2c address of the lidar? I dont see any functions to do this in the library?

JoeDurand3 commented 6 years ago

Yes - follow the instructions under the Operation Information section of the manual.

If you're having issues, after setting an address, try shifting your intended address << 1, as the least significant bit in that register does not count as part of the address.