Seeed-Studio / Seeed_Arduino_LSM6DS3

Grove sensor 6 Axis Accelerometer&Gyroscope using LSM6DS3
Other
53 stars 23 forks source link

I2C address #1

Closed jadeye closed 7 years ago

jadeye commented 7 years ago

Hello Is I2C address configurable or is it the constant address the sensor is on? I also understand that you can override it after begin() has constructed.... I am trying to connect the sensor to an Adafruit Feather M0 Bluefruit LE. The feather has an I2C pin but I don't know the exact address. Can you help? Thanx

lanselambor commented 7 years ago

@jadeye It's a const address by 0x6B. Thank you for your question.

jadeye commented 7 years ago

:+1: