MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / enableARVRStabilizedGameRotationVector

Method enableARVRStabilizedGameRotationVector

lib/bno080/BNO080.cpp:1366–1369  ·  view source on GitHub ↗

Sends the packet to enable the ar/vr stabilized rotation vector

Source from the content-addressed store, hash-verified

1364
1365//Sends the packet to enable the ar/vr stabilized rotation vector
1366void 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
1372void BNO080::enableAccelerometer(uint16_t timeBetweenReports)

Callers 1

motionSetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected