Pedometer
Definition
This component keeps count of steps using the accelerometer.
Properties
- Distance
- Returns the approximate distance traveled in meters.
- ElapsedTime
- Returns the time elapsed in milliseconds since the pedometer has started.
- SimpleSteps
- Returns the number of simple steps taken since the pedometer has started.
- StopDetectionTimeout
- Returns the duration of idleness (no steps detected) after which to go into a “stopped” state.
- StrideLength
- Returns the current estimate of stride length in meters, if calibrated, or returns the default (0.73 m) otherwise.
- WalkSteps
- Returns the number of walk steps taken since the pedometer has started.