Browse Source

seems that this GPIO order is related to v2.0 of the board

fastled
soif 7 years ago
parent
commit
2b50c7d0b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/hardware.h

+ 1
- 1
code/espurna/config/hardware.h View File

@ -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


Loading…
Cancel
Save