From 2b50c7d0b432d23cbeb3f8dddd0c8d3fb7878933 Mon Sep 17 00:00:00 2001 From: soif Date: Thu, 5 Oct 2017 18:48:31 +0200 Subject: [PATCH] seems that this GPIO order is related to v2.0 of the board --- code/espurna/config/hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 73367f65..53066590 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -664,7 +664,7 @@ #define LED1_PIN 2 #define LED1_PIN_INVERSE 1 - // Channels + // Channels (for board version 2.0) #define LIGHT_CH1_PIN 5 // RED #define LIGHT_CH2_PIN 12 // GREEN #define LIGHT_CH3_PIN 13 // BLUE