This website requires JavaScript.
Explore
Help
Register
Sign In
zibright
/
STM32
Watch
1
Star
0
Fork
0
You've already forked STM32
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
65506312ea
STM32
/
Template
History
zibright
65506312ea
add stm32mp157
2025-06-25 16:57:23 +08:00
..
README.md
add stm32mp157
2025-06-25 16:57:23 +08:00
README.md
各种模板
修改后使用
按键消抖
if
(
key
==
0
)
{
Delay
(
10
);
if
(
key
==
0
)
{
if
(
num
>=
996
)
num
=
0
;
else
num
++
;
while
(
!
key
);
}
}