Skip to content

motorMonitor documentation

Voidless7125 edited this page Sep 27, 2024 · 2 revisions

motorMonitor()

Description

This function monitors the temperature and position of the motors while the robot is in competition mode.

Example

motorMonitor();

Return Value

This function does not return a value.

Notes

  • It continuously checks the temperature of each motor and logs any overheating conditions.
  • It also logs the position of the motors.
Clone this wiki locally