Files
IS3/APP/delay.h
2025-02-19 14:46:14 +08:00

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