Revision e5a77cdb examples/bunny/bunny.ino

View differences:

examples/bunny/bunny.ino
30 30
/* Set the delay between fresh samples */
31 31
#define 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
/**************************************************************************/
36 38
/*

Also available in: Unified diff