Revision e5a77cdb examples/read_all_data/read_all_data.ino

View differences:

examples/read_all_data/read_all_data.ino
30 30
/* Set the delay between fresh samples */
31 31
uint16_t BNO055_SAMPLERATE_DELAY_MS = 100;
32 32

  
33
Adafruit_BNO055 bno = Adafruit_BNO055(55);
33
// Check I2C device address and correct line below (by default address is 0x29 or 0x28)
34
//                                   id, address
35
Adafruit_BNO055 bno = Adafruit_BNO055(55, 0x28);
34 36

  
35 37
void setup(void)
36 38
{

Also available in: Unified diff