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

Method getStepCount

lib/bno080/BNO080.cpp:913–916  ·  view source on GitHub ↗

Return the step count

Source from the content-addressed store, hash-verified

911
912//Return the step count
913uint16_t BNO080::getStepCount()
914{
915 return (stepCount);
916}
917
918//Return the stability classifier
919uint8_t BNO080::getStabilityClassifier()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected