Sends the packet to enable the ar/vr stabilized rotation vector
| 1364 | |
| 1365 | //Sends the packet to enable the ar/vr stabilized rotation vector |
| 1366 | void BNO080::enableARVRStabilizedGameRotationVector(uint16_t timeBetweenReports) |
| 1367 | { |
| 1368 | setFeatureCommand(SENSOR_REPORTID_AR_VR_STABILIZED_GAME_ROTATION_VECTOR, timeBetweenReports); |
| 1369 | } |
| 1370 | |
| 1371 | //Sends the packet to enable the accelerometer |
| 1372 | void BNO080::enableAccelerometer(uint16_t timeBetweenReports) |