Skip to content
Snippets Groups Projects
Commit aa0c89c3 authored by Vasily Evseenko's avatar Vasily Evseenko Committed by Lorenz Meier
Browse files

Fix i2c collision with rgbled

parent b4d9f449
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
* @author Vasily Evseenko <svpcom@gmail.com>
*
* Driver for the Lightware SF1xx lidar range finder series.
* Default I2C address 0x55 is used.
* Default I2C address 0x66 is used.
*/
#include <px4_config.h>
......@@ -77,7 +77,7 @@
/* Configuration Constants */
#define SF1XX_BUS PX4_I2C_BUS_EXPANSION
#define SF1XX_BASEADDR 0x55
#define SF1XX_BASEADDR 0x66
#define SF1XX_DEVICE_PATH "/dev/sf1xx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment