Skip to content

Commit fcb5520

Browse files
parzivailcmaglie
authored andcommitted
Improved Blink example comment wording
1 parent 8f1301e commit fcb5520

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/01.Basics/Blink/Blink.ino

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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. LED_BUILTIN takes care
7-
of use the correct LED pin whatever is the board used.
6+
it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN is set to
7+
the correct LED pin independent of which board is used.
88
If you want to know what pin the on-board LED is connected to on your Arduino model, check
99
the Technical Specs of your board at https://www.arduino.cc/en/Main/Products
1010
@@ -15,6 +15,9 @@
1515
1616
modified 2 Sep 2016
1717
by Arturo Guadalupi
18+
19+
modified 8 Sep 2016
20+
by Colby Newman
1821
*/
1922

2023

0 commit comments

Comments
 (0)