Return the step count
| 911 | |
| 912 | //Return the step count |
| 913 | uint16_t BNO080::getStepCount() |
| 914 | { |
| 915 | return (stepCount); |
| 916 | } |
| 917 | |
| 918 | //Return the stability classifier |
| 919 | uint8_t BNO080::getStabilityClassifier() |
nothing calls this directly
no outgoing calls
no test coverage detected