Browse Source

Fix MagicHome LED Controller dimmer pin definitions

fastled
Xose Pérez 7 years ago
parent
commit
41151cc61d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      code/espurna/config/hardware.h

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

@ -292,10 +292,10 @@
#define LIGHT_CH3_PIN 12 // BLUE #define LIGHT_CH3_PIN 12 // BLUE
#define LIGHT_CH4_PIN 13 // WHITE #define LIGHT_CH4_PIN 13 // WHITE
#define LIGHT_CH1_INVERSE 1
#define LIGHT_CH2_INVERSE 1
#define LIGHT_CH3_INVERSE 1
#define LIGHT_CH4_INVERSE 1
#define LIGHT_CH1_INVERSE 0
#define LIGHT_CH2_INVERSE 0
#define LIGHT_CH3_INVERSE 0
#define LIGHT_CH4_INVERSE 0
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// HUACANXING H801 // HUACANXING H801


Loading…
Cancel
Save