Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
286 B

  1. #define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
  2. #define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
  3. #define DUMMY_RELAY_COUNT 1
  4. #define LIGHT_CHANNELS 5
  5. #define LIGHT_CH1_PIN 5
  6. #define LIGHT_CH2_PIN 4
  7. #define LIGHT_CH3_PIN 12
  8. #define LIGHT_CH4_PIN 13
  9. #define LIGHT_CH5_PIN 14
  10. #define IR_SUPPORT 1