27#ifndef __WF_LIBWS_SERIAL_H__
28#define __WF_LIBWS_SERIAL_H__
#define SERIAL_OVERRUN_RESET
void ws_serial_putc(uint8_t value)
static bool ws_serial_is_readable(void)
uint8_t ws_serial_getc(void)
static bool ws_serial_is_overrun(void)
static bool ws_serial_is_writable(void)
static void ws_serial_close(void)
static void ws_serial_ack_overrun(void)
static void ws_serial_open(uint8_t baud_rate)
int16_t ws_serial_getc_nonblock(void)