|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
#include "blink.h"#include <stdio.h>#include "hardware/pio.h"#include "pico/stdio.h"#include "pico/time.h"
Go to the source code of this file.
Macros | |
| #define | APU_LED_PIN 25 |
| #define | PIO_LED_PIN 19 |
Functions | |
| int | main (void) |
| #define APU_LED_PIN 25 |
Definition at line 29 of file examples/blink/main.c.
| #define PIO_LED_PIN 19 |
Definition at line 32 of file examples/blink/main.c.
| 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().
