Implementation of the BMI160 6axis Inertial Measurement Unit. More...
#include <BMI160.h>
Inherits I2C::Device.
Public Member Functions | |
| void | measure () |
| start async read-out of sensor data | |
| void | callback (const I2C::Request &rq) override |
| callback. | |
Public Attributes | |
| const uint8_t | address |
| unshifted 7bit I2C device address | |
Implementation of the BMI160 6axis Inertial Measurement Unit.
|
inlineoverridevirtual |