Treehopper C++ API
Bno055Registers.h File Reference

Go to the source code of this file.

Namespaces

 Treehopper
 
 Treehopper::Libraries
 
 Treehopper::Libraries::Sensors
 
 Treehopper::Libraries::Sensors::Inertial
 

Enumerations

enum  OperatingModes {
  ConfigMode = 0, AccelOnly = 1, MagOnly = 2, GyroOnly = 3,
  AccelMag = 4, AccelGyro = 5, MagGyro = 6, AccelMagGyro = 7,
  IMU = 8, Compass = 9, MagnetForGyroscope = 10, NdofFmcOff = 11,
  NineDegreesOfFreedom = 12
}
 
enum  PowerModes { Normal = 0, LowPower = 1, Suspend = 2 }