This website requires JavaScript.
Explore
Help
Register
Sign In
rabix
/
RedPanda-CPP
mirror of
https://github.com/Reduced-panda/RedPanda-CPP
Watch
1
Star
0
Fork
You've already forked RedPanda-CPP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
RedPanda-CPP
/
platform
/
linux
/
templates
/
sdcc-mcs51
/
main.c
7 lines
60 B
C
Raw
Permalink
Blame
History
#
include
<8051.h>
void
main
(
void
)
{
for
(
;
;
)
{
P1
-
-
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink