Menu.c/.h erstellt

This commit is contained in:
2025-02-04 16:41:20 +01:00
parent a135fbb47b
commit d98977432e
4 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "ADC.c" "GPIO.c" "mcpwm.c" "functions.c" "app_main.c"
idf_component_register(SRCS "menu.c" "ADC.c" "GPIO.c" "mcpwm.c" "functions.c" "app_main.c"
INCLUDE_DIRS "include""${CMAKE_SOURCE_DIR}""."
REQUIRES ssd1306 driver esp_adc hal esp_timer)