Added onboard_temperature example. (#80)

Co-authored-by: Felipe Kuhne <fkuhne@dbserver.com.br>
This commit is contained in:
Felipe Kühne
2022-05-16 17:13:35 -03:00
committed by GitHub
parent 2147301e11
commit 4d1d533122
4 changed files with 75 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ if (NOT PICO_NO_HARDWARE)
add_subdirectory(dma_capture)
add_subdirectory(hello_adc)
add_subdirectory(joystick_display)
add_subdirectory(onboard_temperature)
add_subdirectory(microphone_adc)
endif ()