This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_5 _Wave_Generate/delay.h

8 lines
100 B
C
Raw Normal View History

2022-04-28 02:00:04 +00:00
#ifndef _DELAY_H_
#define _DELAY_H_
void delay(int i);
void delayms(int n); //@11.0592MHz
2022-04-28 02:00:04 +00:00
#endif