Files
espurna/code/test/build/config/light_dimmer.h
Maxim Prokhorov 82feb95daa test(build): configurable paths & .gitignore test caches
add one more level of directories for build config & its cache
replace test/pio_cache w/ test/build/cache
2025-06-08 22:07:56 +03:00

12 lines
280 B
C

#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
#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
#define IR_RX_PIN 4
#define IR_RX_PRESET 1
#define IR_TX_PIN 5