PicoSleepDemo
PicoSleepDemo copied to clipboard
Pico SDK 2.0 breaks it, clocks_init() cannot be found
Downgrading to 1.5.1 it works, but 2.0 breaks it. :(
I did some more investigation. Indeed the clocks_init() function has been removed from the SDK, but it is pretty much replaced by runtime_init_clocks().