From 4d4b4ac71d4aac75502d444d4ba19e4d90e423a2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 2 Jul 2016 15:02:36 +0100 Subject: [PATCH] Corect circuit order in comment --- flashLed/flashLed.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flashLed/flashLed.ino b/flashLed/flashLed.ino index f64340a..31e7264 100644 --- a/flashLed/flashLed.ino +++ b/flashLed/flashLed.ino @@ -4,8 +4,8 @@ * Note that you need to make sure that for LEDs, the circuit goes * in this order: * 1. Output Pin - * 2. LED - * 3. Resistor + * 2. Resistor + * 3. LED * 4. Ground * * Failing to make sure that this order is followed will cause it to