repo.or.cz
/
frickel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add uOLED-96-G1 C Sample Code.
[frickel.git]
/
projects
/
geeknamensschilder_c
/
hardware
/
cores
/
arduino
/
main.cxx
blob
52351e4c98bbd269941ff94b40509b51f48dc2ce
1
int
main
(
void
)
2
{
3
init
();
4
5
setup
();
6
7
for
(;;)
8
loop
();
9
10
return
0
;
11
}
12