wanghechen e3ead0e199 203.12.30 将两个屏幕任务合并 | преди 10 месеца | |
---|---|---|
.. | ||
include | преди 10 месеца | |
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 | преди 10 месеца |
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=*"