# 成功读取电压并显示

This commit is contained in:
jxh
2025-03-18 22:49:46 +08:00
parent 65614ace50
commit 7bcd4c1c17
17 changed files with 1120 additions and 863 deletions

View File

@ -3,7 +3,7 @@
#include "config.h"
void Uart1_Init(void);
void UART_SendByte(unsigned char dat);
void Uart1_Init (void);
void UART_SendByte (unsigned char dat);
#endif