From ff69334a09a9b0e17d9fa08cba96af0599bf397c Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Mon, 10 Apr 2017 11:31:14 +0200 Subject: [PATCH] pin6 isn't available for output --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 47f0989..371dfe0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ */ #include "Arduino.h" -#define LED_PIN 6 +#define LED_PIN 21 void setup() {