Skip to content

John-Chan/gpio-btn-idf

 
 

Repository files navigation

ESP32 GPIO Button example

example output

I (325) main_task: Started on CPU0
I (335) main_task: Calling app_main()
I (335) button: IoT Button Version: 3.4.0
I (335) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (345) main_task: Returned from app_main()
I (18985) GPIO-BTN: button event: long press
I (24485) GPIO-BTN: button event: short press

About

esp32 GPIO button event example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.2%
  • Python 21.3%
  • CMake 9.7%
  • Other 0.8%