pub unsafe trait CtsPin<UART> {
    fn enable(&mut self, _uart: &mut UART) { ... }
}
Expand description

CTS pin - DO NOT IMPLEMENT THIS TRAIT

Provided Methods

Enables the CTS functionality if a valid pin is given (not ()).

Implementations on Foreign Types

Implementors