This website requires JavaScript.
Explore
Help
Sign In
alema
/
usbc_soldering_iron
Watch
1
Star
0
Fork
0
You've already forked usbc_soldering_iron
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
usbc_soldering_iron
/
fw
/
blink.c
10 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
firmware setup
2026-03-25 18:47:44 +01:00
#
include
<ch32fun.h>
int
main
(
void
)
{
better ignore
2026-04-05 01:31:47 +02:00
unsigned
int
x
=
0
;
while
(
true
)
{
x
=
x
+
1
;
}
firmware setup
2026-03-25 18:47:44 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink