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