#include "board.h"
#include <stdbool.h>
#include <stdio.h>
Go to the source code of this file.
Detailed Description
This file contains all the specific code for the getting-started example.
Definition in file main.c.
Define Documentation
#define BLINK_PERIOD 1000 |
LED0 blink time, LED1 blink half this time, in ms
Definition at line 100 of file main.c.
IRQ priority for PIO (The lower the value, the greater the priority)
Definition at line 97 of file main.c.
Function Documentation
getting-started Application entry point.
- Returns:
- Unused (ANSI-C compatibility).
Definition at line 299 of file main.c.
Variable Documentation
LED0 blinking control.
Definition at line 107 of file main.c.
LED1 blinking control.
Definition at line 110 of file main.c.
Global timestamps in milliseconds since start of application
Definition at line 116 of file main.c.
Global timestamps in milliseconds since start of application
Definition at line 113 of file main.c.