6 lines
139 B
CMake
6 lines
139 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(hello_pwm)
|
|
add_subdirectory(led_fade)
|
|
add_subdirectory(measure_duty_cycle)
|
|
endif ()
|