This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
a
/
arduino.ino
5 lines
84 B
Arduino
Raw
Normal View
History
Unescape
Escape
Simplified arduino.ino
2016-05-23 21:14:30 +02:00
void
setup
(
)
{
added Arduino hello world
2012-04-29 11:38:20 +02:00
Serial
.
begin
(
9600
)
;
Serial
.
println
(
"
Hello world!
"
)
;
}
Reference in New Issue
Copy Permalink