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