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
main
STM32
/
Template
History
zibright
47738f4621
update
2025-03-11 22:17:43 +08:00
..
README.md
update
2025-03-11 22:17:43 +08:00
README.md
各种模板
修改后使用
按键消抖
if
(
key
==
0
)
{
Delay
(
10
);
if
(
key
==
0
)
{
if
(
num
>=
996
)
num
=
0
;
else
num
++
;
while
(
!
key
);
}
}