A library of the 9-Axis Sensor BNO055 from Bosch Sensortec.

Requires the I2C-Master library - Link

Committer:
joelvonrotz
Date:
Thu Jul 11 09:34:29 2019 +0000
Revision:
0:a2a71c38065e
BNO055 library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
joelvonrotz 0:a2a71c38065e 1 #ifndef BNO055_CONFIG_H
joelvonrotz 0:a2a71c38065e 2 #define BNO055_CONFIG_H
joelvonrotz 0:a2a71c38065e 3 //== == == == == == == == == == == == == == == == == == == == == == == == == ==
joelvonrotz 0:a2a71c38065e 4 //#define DEBUGGING_ENABLED
joelvonrotz 0:a2a71c38065e 5
joelvonrotz 0:a2a71c38065e 6 //#define HARDWARE_RESET
joelvonrotz 0:a2a71c38065e 7
joelvonrotz 0:a2a71c38065e 8 //== == == == == == == == == == == == == == == == == == == == == == == == == ==
joelvonrotz 0:a2a71c38065e 9 #endif /* BNO055_CONFIG_H */
joelvonrotz 0:a2a71c38065e 10
joelvonrotz 0:a2a71c38065e 11