From 45cc387748246798729ced9102ac43c879d95d5f Mon Sep 17 00:00:00 2001 From: wvdv2002 Date: Fri, 16 Nov 2018 09:58:14 +0100 Subject: [PATCH] Added small description in the driver --- sonoff/xdrv_18_armtronixDimmers.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonoff/xdrv_18_armtronixDimmers.ino b/sonoff/xdrv_18_armtronixDimmers.ino index 0de7fac77..9fae00ff0 100644 --- a/sonoff/xdrv_18_armtronixDimmers.ino +++ b/sonoff/xdrv_18_armtronixDimmers.ino @@ -17,6 +17,10 @@ along with this program. If not, see . */ +/*This code can be used for Armtronix dimmers. The dimmers contain a Atmega328 to do the actual dimming. + Checkout the Tasmota Wiki for information on how to flash this Atmega328 with the firmware to work together with this driver. +*/ + #ifdef USE_ARMTRONIX_DIMMERS #define XDRV_18 18