Skip to content

Commit 7f41a5e

Browse files
committed
Improved Blink example comment
1 parent 41c7308 commit 7f41a5e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build/shared/examples/01.Basics/Blink/Blink.ino

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
Turns on an LED on for one second, then off for one second, repeatedly.
44
55
Most Arduinos have an on-board LED you can control. On the UNO, MEGA and ZERO
6-
it is attached to digital pin 13, on MKR1000 on pin 6.
7-
If you're unsure what pin the on-board LED is connected to on your Arduino model, check
8-
the documentation at http://www.arduino.cc
9-
6+
it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN takes care
7+
of use the correct LED pin whatever is the board used.
8+
If you want to know what pin the on-board LED is connected to on your Arduino model, check
9+
the Technical Specs of your board at https://www.arduino.cc/en/Main/Products
10+
1011
This example code is in the public domain.
1112
1213
modified 8 May 2014

0 commit comments

Comments
 (0)