mirror of https://github.com/arendst/Tasmota.git
Added small description in the driver
This commit is contained in:
parent
9ab3eb05bd
commit
45cc387748
|
@ -17,6 +17,10 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*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
|
#ifdef USE_ARMTRONIX_DIMMERS
|
||||||
|
|
||||||
#define XDRV_18 18
|
#define XDRV_18 18
|
||||||
|
|
Loading…
Reference in New Issue