# 成功读取电压并显示
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
#include "config.h"
|
||||
#include "timer4.h"
|
||||
|
||||
void Delay_Init(void);
|
||||
void DelayUs(u16 us);
|
||||
void DelayMs(u16 ms);
|
||||
void Delay_Init (void);
|
||||
void DelayUs (u16 us);
|
||||
void DelayMs (u16 ms);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user