Initial commit

This commit is contained in:
2025-08-19 22:53:06 +08:00
commit 1247429882
101 changed files with 54027 additions and 0 deletions

8
Inc/uart.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef UART_H
#define UART_H
#include "gd32e23x.h"
void rs485_init(void);
#endif // UART_H