|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
#include <stdio.h>#include "hardware/pio.h"#include "pico/stdio.h"#include "pico/time.h"#include "pico/types.h"#include "led_blink.pio.h"
Go to the source code of this file.
Functions | |
| void | start_cpu_led_blink (uint pin) |
| Start CPU-driven LED blink on a GPIO. | |
| void start_cpu_led_blink | ( | uint | pin | ) |
Start CPU-driven LED blink on a GPIO.
| pin | GPIO number to blink. |
Definition at line 26 of file blink_cpu.c.
Referenced by main().
