@@ -0,0 +1,11 @@
#ifndef RS485_H
#define RS485_H
#include <stdint.h>
void rs485_init(int uartBRR);
void rs485_send(uint8_t *buf, uint16_t len);
uint8_t rs485_available(void);
uint8_t rs485_read(void);
#endif
The note is not visible to the blocked user.