Browse Source

LED in 1CH uses inverted logic

fastled
Xose Pérez 7 years ago
parent
commit
1aeb66d6c9
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

@ -187,7 +187,7 @@
#define RELAY1_PIN 12
#define RELAY1_PIN_INVERSE 0
#define LED1_PIN 13
#define LED1_PIN_INVERSE 0
#define LED1_PIN_INVERSE 1
// -----------------------------------------------------------------------------
// Electrodragon boards


Loading…
Cancel
Save