|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
UART port identification types. More...
#include <hal/uart_types.h>#include <soc/soc_caps.h>#include <string>#include "sdkconfig.h"Go to the source code of this file.
Namespaces | |
| namespace | idfxx |
Enumerations | |
| enum class | idfxx::uart_port : int { idfxx::uart_port::uart0 = UART_NUM_0 , idfxx::uart_port::uart1 = UART_NUM_1 } |
| Identifies a UART port. More... | |
Functions | |
| std::string | idfxx::to_string (uart_port p) |
| Returns a string representation of a UART port identifier. | |
UART port identification types.
Definition in file uart.hpp.