Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-006
/
slot-005
/
3dc24bfd8b762b85d14c4efce20ab239423fe197
/
.
/
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
()
{
}