Initial Release
This commit is contained in:
5
timer/CMakeLists.txt
Normal file
5
timer/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
if (NOT PICO_NO_HARDWARE)
|
||||
add_subdirectory(hello_timer)
|
||||
endif ()
|
||||
add_subdirectory(periodic_sampler)
|
||||
add_subdirectory(timer_lowlevel)
|
||||
Reference in New Issue
Block a user