File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
examples/generic_button_led Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file was generated using idf.py save-defconfig. It can be edited manually.
2+ # Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
3+ #
4+ CONFIG_IDF_TARGET="esp32c3"
5+
6+ # ESP32C3-DevKitM-1 Settings
7+ # Buttons
8+ CONFIG_BSP_BUTTONS_NUM=1
9+ CONFIG_BSP_BUTTON_1_TYPE_GPIO=y
10+ CONFIG_BSP_BUTTON_1_GPIO=9
11+ CONFIG_BSP_BUTTON_1_LEVEL=0
12+ # LEDs
13+ CONFIG_BSP_LEDS_NUM=1
14+ CONFIG_BSP_LED_TYPE_RGB=y
15+ CONFIG_BSP_LED_RGB_GPIO=8
16+ CONFIG_BSP_LED_RGB_BACKEND_RMT=y
Original file line number Diff line number Diff line change 1+ # This file was generated using idf.py save-defconfig. It can be edited manually.
2+ # Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
3+ #
4+ CONFIG_IDF_TARGET="esp32c6"
5+
6+ # ESP32C6-DevKitC-1 v1.2 Settings
7+ # Buttons
8+ CONFIG_BSP_BUTTONS_NUM=1
9+ CONFIG_BSP_BUTTON_1_TYPE_GPIO=y
10+ CONFIG_BSP_BUTTON_1_GPIO=9
11+ CONFIG_BSP_BUTTON_1_LEVEL=0
12+ # LEDs
13+ CONFIG_BSP_LEDS_NUM=1
14+ CONFIG_BSP_LED_TYPE_RGB=y
15+ CONFIG_BSP_LED_RGB_GPIO=8
16+ CONFIG_BSP_LED_RGB_BACKEND_RMT=y
You can’t perform that action at this time.
0 commit comments