Esp8266/Components/driver/include/driver/uart.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define UART0 0
4 #define UART1 1
5 #define UART2 2
6 #define UART_PHYSICAL_COUNT 2
7 #define UART_COUNT 3
8 
9 #include_next <driver/uart.h>