Added processing of the temperature sensor

This commit is contained in:
Stanislav N Mikhailov
2025-01-12 21:11:47 +03:00
parent 1726b92ae4
commit 14a1a0fcf5
6 changed files with 101 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ target_link_libraries(${PROJECT_NAME}
pico_stdlib
hardware_spi
hardware_dma
hardware_timer
pico_multicore
)