OneButton
OneButton copied to clipboard
ESP32: Pull-down support
OneButton(pin, true, true) supports only pull-ups, but some chips (notably the ESP32) offer pull-down as well. Is there any other method I couldn't find or are users limited to only pull-ups?