rp2040-rx : analog mic example

This commit is contained in:
Georgi Gerganov
2022-07-22 21:59:47 +03:00
parent 4680ff5f5e
commit 84cdf0a0bd
9 changed files with 537 additions and 17 deletions

View File

@@ -92,6 +92,7 @@ else()
add_subdirectory(arduino-tx)
add_subdirectory(arduino-tx-obsolete)
add_subdirectory(esp32-rx)
add_subdirectory(rp2040-rx)
endif()
if (GGWAVE_SUPPORT_SDL2)