Modules§
- init
- Functions for initialization of peripherals et. al.
Functions§
- countdown
- Initializes then flashes the board’s LED three times with a 500ms delay, then three times with a 250ms delay. Useful if
you want time to open the serial console before your actual program starts running. Returns the
Ledinstance afterwards.
Attribute Macros§
- entry
- Configures your
mainfunction to be exported properly.