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_8 _LCD12864_Sine/delay.h
2022-05-05 20:25:59 +08:00

7 lines
No EOL
82 B
C

#ifndef _DELAY_H_
#define _DELAY_H_
void delay(int i);
void delay100us();
#endif