MCPWM now working

This commit is contained in:
2024-11-27 12:40:23 +01:00
parent 906d27b60e
commit 919162a2be
7 changed files with 660 additions and 579 deletions

View File

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