This is a minimalistic button and LED example with using Generig BSP. In few function calls it sets up the use button and LED.
Available LEDs and buttons are initialized with preconfigured settings. The first LED is set to breathing and the first button can change LED blinking effect.
Predefined configurations are saved in generic_button_led example.
Plaintext
idf.py -p COM4 -D "SDKCONFIG_DEFAULTS=sdkconfig.esp32_s3_devkitc_1" flash monitor
Note: If you changing configuration, please remove build
folder and sdkconfig
file before build with new configuration.
To create a project from this example, run:
idf.py create-project-from-example "espressif/esp_bsp_generic=1.2.0:generic_button_led"