Initial commit

This commit is contained in:
2025-09-27 11:10:53 +08:00
commit 422c27846f
97 changed files with 53898 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