From bfcf31d9397a0fb58c0d5f1fa33f4c737493d9f5 Mon Sep 17 00:00:00 2001 From: SoulSolomon21 <99466179+SoulSolomon21@users.noreply.github.com> Date: Mon, 30 May 2022 10:17:47 +0300 Subject: [PATCH 1/2] 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' --- content/built-in-examples/01.basics/Blink/Blink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/built-in-examples/01.basics/Blink/Blink.md b/content/built-in-examples/01.basics/Blink/Blink.md index 0c207b5876..cd62c3aa91 100644 --- a/content/built-in-examples/01.basics/Blink/Blink.md +++ b/content/built-in-examples/01.basics/Blink/Blink.md @@ -57,7 +57,7 @@ This example uses the built-in LED that most Arduino boards have. This LED is co - D13 - Zero -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. +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. 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. From 84a98956a1f2098ecdc839c55110a1464851922c Mon Sep 17 00:00:00 2001 From: SoulSolomon21 <99466179+SoulSolomon21@users.noreply.github.com> Date: Mon, 30 May 2022 11:29:14 +0300 Subject: [PATCH 2/2] Update Blink.md FIX: retyped line 62 for clarity, retyped sentence and corrected typo --- content/built-in-examples/01.basics/Blink/Blink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/built-in-examples/01.basics/Blink/Blink.md b/content/built-in-examples/01.basics/Blink/Blink.md index cd62c3aa91..acb4152301 100644 --- a/content/built-in-examples/01.basics/Blink/Blink.md +++ b/content/built-in-examples/01.basics/Blink/Blink.md @@ -59,7 +59,7 @@ This example uses the built-in LED that most Arduino boards have. This LED is co 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. -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. +The value of the resistor in series with the LED may be of a different value than 220 ohms; the LED will light up also with values up to 1K ohm. ![](assets/circuit.png)