2025-08-12 19:56:56 +08:00

9 lines
95 B
C

#ifndef UART_H
#define UART_H
#include "gd32e23x.h"
void rs485_init(void);
#endif // UART_H