esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove pullup/pulldown functions from unsupported pins

MabezDev opened this issue · comments

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.