Skip to content

MiP_Odometer

github-actions[bot] edited this page Aug 10, 2026 · 11 revisions

Class MiP_Odometer

Manages MiP's odometer monitoring.

Members & Functions

Type Signature Description
variable constexpr uint8_t MIP_CMD_READ_ODOMETER MiP protocol command bytes used by the odometer subsystem.
variable constexpr uint8_t MIP_CMD_RESET_ODOMETER
function MiP_Odometer(MiP &mip) Constructs the odometer manager.
function float read() Reads the total distance travelled by the MiP.
function void reset() Resets the odometer distance to zero.

Clone this wiki locally