Skip to content

Commit 55f3a4a

Browse files
agdlcmaglie
authored andcommitted
Improved comment
1 parent 62c0f0f commit 55f3a4a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build/shared/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
can run at the same time without being interrupted by the LED code.
66
77
The circuit:
8-
* LED attached from pin 13 to ground.
9-
* Note: on most Arduinos, there is already an LED on the board
10-
that's attached to pin 13, so no hardware is needed for this example.
8+
* Use the onboard LED.
9+
* Note: Most Arduinos have an on-board LED you can control. On the UNO, MEGA and ZERO
10+
it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN is set to
11+
the correct LED pin independent of which board is used.
12+
If you want to know what pin the on-board LED is connected to on your Arduino model, check
13+
the Technical Specs of your board at https://www.arduino.cc/en/Main/Products
1114
1215
created 2005
1316
by David A. Mellis

0 commit comments

Comments
 (0)