[−][src]Trait esp32_hal::gpio::Pull
Functions available on pins with pull up/down resistors
Required methods
fn internal_pull_up(&mut self, on: bool) -> &mut Self
Enable/Disable internal pull up resistor
fn internal_pull_down(&mut self, on: bool) -> &mut Self
Enable/Disable internal pull down resistor