pub trait ESC<T> {
    fn arm(&mut self);
    fn output(&mut self, output: T);
}

Required Methods

Output linear actuated motion between -1 and 1

Implementations on Foreign Types

Implementors