0
0
Fork 0
wireless-proxy-esp32/components/uart_tcp_bridge/uart_tcp_bridge.h

12 lines
203 B
C

#ifndef _UART_BRIDGE_H_
#define _UART_BRIDGE_H_
#define UART_BRIDGE_PORT 1234
#define UART_BRIDGE_BAUDRATE 74880
void uart_bridge_init();
void uart_bridge_task();
void uart_bridge_close();
#endif