Revision e5a77cdb examples/restore_offsets/restore_offsets.ino

View differences:

examples/restore_offsets/restore_offsets.ino
33 33
/* Set the delay between fresh samples */
34 34
#define BNO055_SAMPLERATE_DELAY_MS (100)
35 35

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

  
38 40
/**************************************************************************/
39 41
/*

Also available in: Unified diff