SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.52k stars 491 forks source link

UART: Add ability to configure stopbits and parity bit #590

Closed tkremeyer closed 6 years ago

tkremeyer commented 6 years ago

Some functions and typedefs to customize stopbit count and parity bit type for UART.
Includes an example about how to use the functions. (Related Issue: #586 )

UncleRus commented 6 years ago

Thank you!