Our first Pico project in C is normally to Blink the onboard LED. Here are three strategies to Blink the LED that go beyond that first program.
-Delay: Making the Pico Sleep
-System Time: Using crude cooperative multitasking
-Timer: Using interrupt callback function
The code for the examples is on GitHub: https://github.com/jondurrant/RPIPico...