Motor Error
enum MotorError
An error that can occur on a motor.
Entries
Link copied to clipboard
Motor has been put in security mode.
Link copied to clipboard
Motor has been stopped for safety reasons.
Link copied to clipboard
Battery voltage out of bounds.
Link copied to clipboard
Incorrect number of LIPO cells.
Link copied to clipboard
Too hot or too cold Cypress temperature.
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.