[wip] generator controller

This commit is contained in:
2023-05-07 19:32:56 +02:00
parent 99d4347938
commit 2bc91de389
5 changed files with 288 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ C_SOURCES += ../shared_libs/controllers/ctrl_bottom_button.c
C_SOURCES += ../shared_libs/controllers/ctrl_channel_button.c
C_SOURCES += ../shared_libs/controllers/ctrl_app.c
C_SOURCES += ../shared_libs/controllers/ctrl_encoder.c
C_SOURCES += ../shared_libs/controllers/ctrl_generator.c
# utils/printf
C_SOURCES += ../shared_libs/utils/printf/printf.c