Browse Source

Removing testing configuration for D1

fastled
Xose Pérez 7 years ago
parent
commit
5691a83f05
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      code/espurna/config/hardware.h

+ 0
- 14
code/espurna/config/hardware.h View File

@ -63,20 +63,6 @@
#define LED1_PIN 2
#define LED1_PIN_INVERSE 1
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
#define DUMMY_RELAY_COUNT 1
#define LIGHT_CHANNELS 4
#define LIGHT_CH1_PIN 14 // RED
#define LIGHT_CH2_PIN 5 // GREEN
#define LIGHT_CH3_PIN 12 // BLUE
#define LIGHT_CH4_PIN 13 // WHITE
#define LIGHT_CH1_INVERSE 0
#define LIGHT_CH2_INVERSE 0
#define LIGHT_CH3_INVERSE 0
#define LIGHT_CH4_INVERSE 0
// -----------------------------------------------------------------------------
// ESPurna
// -----------------------------------------------------------------------------


Loading…
Cancel
Save