ESP32-C3 RC

This commit is contained in:
2025-01-02 02:26:41 -05:00
parent 139530182d
commit 81ac0f57c8
4 changed files with 161 additions and 1 deletions

View File

@@ -790,6 +790,7 @@ void app_main(void)
io_conf.pull_down_en = 0;
io_conf.pull_up_en = 0;
gpio_config(&io_conf);
xTaskCreate(&led_task, "LED task", 512, NULL, 5, NULL);
// Configure on-board push button
io_conf.intr_type = GPIO_INTR_POSEDGE;