Organize files

This commit is contained in:
2024-12-20 16:06:20 +08:00
parent 49f57c6980
commit c635adf812
15 changed files with 532 additions and 562 deletions

View File

@@ -35,8 +35,9 @@ OF SUCH DAMAGE.
#include "gd32e23x_it.h"
#include "main.h"
#include "systick.h"
#include "LDC1612.h"
#include "RS485.h"
#include "ldc1612.h"
#include "rs485.h"
#include "led.h"
char rx_buffer[RX_BUFFER_SIZE];
uint8_t rx_index = 0;