Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-008
/
slot-004
/
cb94daadcc82922c369ca10a7be93f6900484fd5
/
.
/
verilog
/
dv
/
arduino_hello_world
/
arduino_hello_world.ino
blob: 1d269b034eb40ea59afd530a280c8579f4608ec9 [
file
]
void
setup
()
{
Serial
.
begin
(
230400
);
Serial
.
print
(
"Hello World!"
);
}
void
loop
()
{
}