esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Remove pullup/pulldown functions from unsupported pins #8

Closed MabezDev closed 4 years ago

MabezDev commented 4 years ago

pins 34-39 do not support internal pull ups or pull down resistors, but the methods still exist to enable/disable them on those pins.