mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
For PWM motor controllers, this is going to be the fastest way to stop the motor, as disabling the PWM output will have a small delay due to the motor controller needing to detect the missing signal. Note Set(0) is not a safe approach for CAN motor controllers, which may have closed loop operation, non-% output set() calls, etc.