first commit
This commit is contained in:
12
APP/delay.h
Normal file
12
APP/delay.h
Normal file
@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by IRIS on 25-2-10.
|
||||
//
|
||||
|
||||
#ifndef DELAY_H
|
||||
#define DELAY_H
|
||||
#include "mymain.h"
|
||||
|
||||
void Delay_us(uint32_t us);
|
||||
void Delay_Init();
|
||||
|
||||
#endif //DELAY_H
|
Reference in New Issue
Block a user