U1 · MAIN
POST
hello, world
_
printf
(
"hello, world\n"
);
// idle loop — nothing to serve yet
while
(
1
) {
blink
(LED,
1
Hz); }
STATUS