OLED显示部分调试
This commit is contained in:
11
Lib/delay.h
Normal file
11
Lib/delay.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __DELAY_H__
|
||||
#define __DELAY_H__
|
||||
|
||||
#include "config.h"
|
||||
#include "timer4.h"
|
||||
|
||||
void Delay_Init(void);
|
||||
void DelayUs(u16 us);
|
||||
void DelayMs(u16 ms);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user