Add a very basic text app to make some tones

This commit is contained in:
cnlohr
2024-10-13 05:18:31 -04:00
parent f6b5dfe68d
commit a08fdc845b
7 changed files with 2398 additions and 0 deletions
@@ -0,0 +1,4 @@
idf_component_register(SRCS "main.c" "app.c"
INCLUDE_DIRS "" )