mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 08:24:27 +01:00
12 lines
312 B
C
12 lines
312 B
C
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
|
|
#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
|
|
#define DUMMY_RELAY_COUNT 1
|
|
#define LIGHT_CHANNELS 5
|
|
#define LIGHT_CH1_PIN 5
|
|
#define LIGHT_CH2_PIN 4
|
|
#define LIGHT_CH3_PIN 12
|
|
#define LIGHT_CH4_PIN 13
|
|
#define LIGHT_CH5_PIN 14
|
|
#define ENCODER_SUPPORT 1
|
|
#define IR_SUPPORT 1
|