wanghechen 492150c25a 2024.1.19修复按键导致不进入休眠 | преди 9 месеца | |
---|---|---|
.. | ||
include | преди 9 месеца | |
test_apps | преди 10 месеца | |
CHANGELOG.md | преди 10 месеца | |
CMakeLists.txt | преди 10 месеца | |
Kconfig | преди 10 месеца | |
README.md | преди 10 месеца | |
button_adc.c | преди 10 месеца | |
button_gpio.c | преди 10 месеца | |
button_matrix.c | преди 10 месеца | |
iot_button.c | преди 10 месеца | |
license.txt | преди 10 месеца | |
user_button.c | преди 9 месеца |
After creating a new button object by calling function button_create()
, the button object can create press events, every press event can have its own callback.
List of supported events:
There are three ways this driver can handle buttons:
Please use the component manager command add-dependency
to add the button
to your project's dependency, during the CMake
step the component will be downloaded automatically
idf.py add-dependency "espressif/button=*"