This website requires JavaScript.
Explore
Help
Register
Sign In
zibright
/
STM32
Watch
1
Star
1
Fork
0
You've already forked STM32
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b2c43840b6
STM32
/
Template
History
zibright
b2c43840b6
rename
2025-03-11 22:16:13 +08:00
..
README.md
rename
2025-03-11 22:16:13 +08:00
README.md
按键扫描模板
修改使用
if
(
key
==
0
)
{
Delay
(
10
);
if
(
key
==
0
)
{
if
(
num
>=
996
)
num
=
0
;
else
num
++
;
while
(
!
key
);
}
}