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 fb68d2810e
commit e77a4a84d1
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)