Class: Toybox.AntPlus.CalculatedWheelSpeed
- Inherits:
-
Toybox.Lang.Object
Overview
The CalculatedWheelSpeed object represents the average calculated speed.
Fields may return null
so you should null
check values before using
them.
Instance Member Summary collapse
-
speed as Lang.Float or Null
The average speed calculated from the sensor data in meters per second (m/s).
Instance Attribute Details
var speed as Lang.Float or Null
The average speed calculated from the sensor data in meters per second (m/s).