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.
c4cf8396e0
justhomework
/
MCU
/
MCU_REAL_FINAL
/
delay.h
7 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
小菜单
2022-05-19 13:07:52 +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
k
)
;
小菜单
2022-05-19 13:07:52 +00:00
#
endif
Reference in a new issue
Copy permalink