wanghechen 726d48b73b 2024.1.15 | před 10 měsíci | |
---|---|---|
.. | ||
include | před 10 měsíci | |
test_apps | před 10 měsíci | |
CHANGELOG.md | před 10 měsíci | |
CMakeLists.txt | před 10 měsíci | |
Kconfig | před 10 měsíci | |
README.md | před 10 měsíci | |
button_adc.c | před 10 měsíci | |
button_gpio.c | před 10 měsíci | |
button_matrix.c | před 10 měsíci | |
iot_button.c | před 10 měsíci | |
license.txt | před 10 měsíci | |
user_button.c | před 10 měsíci |
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=*"