Add example of detaching peripheral clock and varying system clock

This commit is contained in:
Luke Wren
2021-02-04 17:46:53 +00:00
committed by Graham Sanderson
parent 49d1514123
commit 6a53ff302b
3 changed files with 99 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
if (NOT PICO_NO_HARDWARE)
add_subdirectory(detached_clk_peri)
add_subdirectory(hello_48MHz)
add_subdirectory(hello_gpout)
add_subdirectory(hello_resus)