Revision 23cf3c90 examples/bunny/bunny.ino

View differences:

examples/bunny/bunny.ino
71 71
    Serial.print("Ooops, no BNO055 detected ... Check your wiring or I2C ADDR!");
72 72
    while(1);
73 73
  }
74

  
74
   
75 75
  delay(1000);
76 76

  
77
  /* Use external crystal for better accuracy */
78
  bno.setExtCrystalUse(true);
79
   
77 80
  /* Display some basic information on this sensor */
78 81
  displaySensorDetails();
79 82
}

Also available in: Unified diff