Skip to content

Commit bfcf31d

Browse files
Update Blink.md
FIX: changed line 60 from 'if you want to lit an external LED' to 'if you want to light an external LED'
1 parent 0b7e384 commit bfcf31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/built-in-examples/01.basics/Blink/Blink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This example uses the built-in LED that most Arduino boards have. This LED is co
5757

5858
- D13 - Zero
5959

60-
If you want to lit an external LED with this sketch, you need to build this circuit, where you connect one end of the resistor to the digital pin correspondent to the *LED_BUILTIN* constant. Connect the long leg of the LED (the positive leg, called the anode) to the other end of the resistor. Connect the short leg of the LED (the negative leg, called the cathode) to the GND. In the diagram below we show an UNO board that has D13 as the LED_BUILTIN value.
60+
If you want to light an external LED with this sketch, you need to build this circuit, where you connect one end of the resistor to the digital pin correspondent to the *LED_BUILTIN* constant. Connect the long leg of the LED (the positive leg, called the anode) to the other end of the resistor. Connect the short leg of the LED (the negative leg, called the cathode) to the GND. In the diagram below we show an UNO board that has D13 as the LED_BUILTIN value.
6161

6262
The value of the resistor in series with the LED may be of a different value than 220 ohm; the LED will lit up also with values up to 1K ohm.
6363

0 commit comments

Comments
 (0)