working blink example

This commit is contained in:
2025-12-06 23:05:37 -06:00
parent 6f8d6441ae
commit 73fc9150f8
9 changed files with 140 additions and 3911 deletions

View File

@@ -1,4 +1,5 @@
idf_component_register(SRCS "main.c"
PRIV_REQUIRES spi_flash
REQUIRES esp_driver_gpio
INCLUDE_DIRS ".")