pub trait OpenDrainMode {
    fn pup() -> bool;
}
Expand description

OpenDrain modes implement this

Required Methods

Is pull-up enabled

Implementors