Enum deoxy::MotorError [] [src]

pub enum MotorError {
    OutOfBounds,
    CommunicationError(Option<String>),
}

Possible errors encountered when changing the motor's pulse width.

Variants

The user tried to change the pulse width to a duration lying outside the set bounds.

An error occured in sending the required message. If applicable, more information is supplied in the associated String.