ukkonooa and frequency slider

This commit is contained in:
2026-01-13 14:49:35 +02:00
parent c767b541be
commit a2871a193b
11 changed files with 335 additions and 56 deletions

View File

@@ -1,2 +1,3 @@
idf_component_register(SRCS "esp-pwm.c"
INCLUDE_DIRS ".")
idf_component_register(SRCS "esp-pwm.c" "buzzer.c" "un.c" "freq_slider.c"
INCLUDE_DIRS "." "./headers"
)