Class: Toybox.AntPlus.CalculatedWheelSpeed

Overview

The CalculatedWheelSpeed object represents the average calculated speed.

Fields may return null so you should null check values before using them.

Since:

API Level 2.2.0

Supported Devices:

Instance Member Summary collapse

Instance Attribute Details

var speed as Lang.Float or Null

The average speed calculated from the sensor data in meters per second (m/s).

Since:

API Level 2.2.0

Returns:


Generated Mar 18, 2024 2:40:16 PM