PulsedLight3D / LIDARLite_Basics

This repository contains sample code demonstrating different features and functions of the LIDAR-Lite Sensor
MIT License
72 stars 49 forks source link

Wrong I2C addresses #5

Closed gbrivet closed 8 years ago

gbrivet commented 8 years ago

In the file: LIDARLite_Basics/TI_Tiva_C_Series/main.c

I2C addresses look inverted, Write should be 0xC4 and Read should be 0xC5

ghost commented 8 years ago

If this works right for you, I'm happy to change it... this was code donated by one of our users. So just let me know and I'll fix it up!

gbrivet commented 8 years ago

I haven't tested it, just looking at it as a reference. However, code can't be right...

ghost commented 8 years ago

Thanks for catching that, I haven't tested it either, but I agree and have changed!