ESPHome  2024.4.1
Data Structures | Namespaces | Enumerations | Functions
uart_component.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::uart::UARTComponent
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::uart
 

Enumerations

enum  esphome::uart::UARTParityOptions { esphome::uart::UART_CONFIG_PARITY_NONE, esphome::uart::UART_CONFIG_PARITY_EVEN, esphome::uart::UART_CONFIG_PARITY_ODD }
 
enum  esphome::uart::UARTDirection { esphome::uart::UART_DIRECTION_RX, esphome::uart::UART_DIRECTION_TX, esphome::uart::UART_DIRECTION_BOTH }
 

Functions

const LogString * esphome::uart::parity_to_str (UARTParityOptions parity)