LNSC-2420-Firmware/src/rs485.h

10 lines
140 B
C
Raw Normal View History

2021-06-06 12:16:46 +02:00
#ifndef RS485_H
#define RS485_H
void rs485_init(void);
void rs485_periodic(void);
void rs485_enqueue(const char *str);
#endif // RS485_H