This website requires JavaScript.
Explore
Help
Sign in
ir
/
justhomework
Archived
Watch
1
Star
0
Fork
You've already forked justhomework
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
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.
7a290b9734
justhomework
/
MCU
/
MCU_5 _Wave_Generate
/
delay.h
8 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
半成品
2022-04-28 02:00:04 +00:00
#
ifndef _DELAY_H_
#
define _DELAY_H_
void
delay
(
int
i
)
;
perf(MCU课设): 显著改善操作顺畅度以及屏幕响应速度
2022-06-06 11:52:51 +00:00
void
delayms
(
int
n
)
;
//@11.0592MHz
半成品
2022-04-28 02:00:04 +00:00
#
endif
Reference in a new issue
Copy permalink