2023-05-03 16:22:58 +00:00
|
|
|
add_subdirectory(buttons)
|
|
|
|
add_subdirectory(chase_game)
|
2025-05-21 08:51:42 +00:00
|
|
|
if (TARGET hardware_rtc)
|
2023-05-03 16:22:58 +00:00
|
|
|
add_subdirectory(clock)
|
2025-05-21 08:51:42 +00:00
|
|
|
else()
|
|
|
|
message("Skipping breakout_encoder_wheel/clock example as hardware_rtc is unavailable on this platform")
|
|
|
|
endif()
|
2023-05-03 16:22:58 +00:00
|
|
|
add_subdirectory(colour_picker)
|
|
|
|
add_subdirectory(encoder)
|
2023-05-10 11:46:00 +00:00
|
|
|
add_subdirectory(gpio_pwm)
|
2023-05-10 15:57:38 +00:00
|
|
|
add_subdirectory(interrupt)
|
2023-05-03 16:22:58 +00:00
|
|
|
add_subdirectory(led_rainbow)
|
|
|
|
add_subdirectory(stop_watch)
|