This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
// This program is free software; you can redistribute it and/or | |
// modify it under the terms of the GNU General Public License | |
// version 2 as published by the Free Software Foundation. | |
// | |
// DESCRIPTION | |
// This sketch provides a way to control blinds from www.blinds.com using a 433MHz RF | |
// signal. The motors in the blinds are Dooya DV24CE motors. | |
// See https://forum.mysensors.org/topic/7/controlling-blinds-com-rf-dooya-motors-with-arduino-and-vera | |
// for more info. |