13 lines
156 B
C
13 lines
156 B
C
//
|
|
// 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
|