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
9 lines
90 B
Arduino
Raw
Normal View
History
Unescape
Escape
FIX loop function Arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/main.cpp:46: undefined reference to `loop' collect2: error: ld returned 1 exit status exit status 1 Error compiling for board Arduino/Genuino Uno.
2018-09-13 15:50:32 +03:00
void
setup
(
)
{
Serial
.
begin
(
9600
)
;
Normalize printed text Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
Serial
.
println
(
"
Hello World
"
)
;
FIX loop function Arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/main.cpp:46: undefined reference to `loop' collect2: error: ld returned 1 exit status exit status 1 Error compiling for board Arduino/Genuino Uno.
2018-09-13 15:50:32 +03:00
}
void
loop
(
)
{
added Arduino hello world
2012-04-29 11:38:20 +02:00
}
Reference in New Issue
Copy Permalink