This file contains hidden or 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
| //***************************************************************** | |
| // Arduino IDE 1.6.11 | |
| // WS2822S for Arduino | |
| // on ESPr Developer(ESP8266) | |
| // 2016/11/03 | |
| //****************************************************************** | |
| #define ADDR_PIN 14 | |
| #define LED_PIN 12 |
This file contains hidden or 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 is a wrapper for AWS Dynamo DB Document Client. | |
| * License: MIT License | |
| * | |
| * required AWS SDK And jQuery. | |
| * However, it is a good idea to replace Deferred with Promise. | |
| * | |
| * How to use. | |
| * | |
| * 1, Insert HTML tag. |
OlderNewer