ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
main.c File Reference
#include "blink.h"
#include <stdio.h>
#include "hardware/pio.h"
#include "pico/stdio.h"
#include "pico/time.h"
Include dependency graph for examples/blink/main.c:

Go to the source code of this file.

Macros

#define APU_LED_PIN   25
 
#define PIO_LED_PIN   19
 

Functions

int main (void)
 

Macro Definition Documentation

◆ APU_LED_PIN

#define APU_LED_PIN   25

Definition at line 29 of file examples/blink/main.c.

◆ PIO_LED_PIN

#define PIO_LED_PIN   19

Definition at line 32 of file examples/blink/main.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 34 of file examples/blink/main.c.

References APU_LED_PIN, PIO_LED_PIN, start_cpu_led_blink(), and start_pio_led_blink().

Here is the call graph for this function: