#include <Arduino.h>#include <HardwareSerial.h>Go to the source code of this file.
Variables | |
| HardwareSerial | Uarts [6] |
| The UART ports. | |
| HardwareSerial & | Uart1 |
| UART port 1. | |
| HardwareSerial & | Uart2 |
| UART port 2. | |
| HardwareSerial & | Uart3 |
| UART port 3. | |
| HardwareSerial & | Uart4 |
| UART port 4. | |
| HardwareSerial & | Uart5 |
| UART port 5. | |
| HardwareSerial & | Uart6 |
| UART port 6. | |
UartPorts.h - Hardware UART instance declaration for XRCU.
|
extern |
UART port 1.
You may use it as a Serial object.
|
extern |
UART port 2.
You may use it as a Serial object.
|
extern |
UART port 3.
You may use it as a Serial object.
|
extern |
UART port 4.
You may use it as a Serial object.
|
extern |
UART port 5.
You may use it as a Serial object.
|
extern |
UART port 6.
You may use it as a Serial object.
|
extern |
The UART ports.
You may use its elements as Serial objects.
UartPorts.cpp - Hardware UART instance declaration for XRCU. Copyright (c) 2024 - 2025 YH Choi @ JM9. All right reserved.