0
0
Fork 0
wireless-proxy-esp32/main/uart_bridge.h

6 lines
81 B
C

#ifndef _UART_BRIDGE_H_
#define _UART_BRIDGE_H_
void uart_bridge_task();
#endif