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
/* | |
* SoundDetection.ino | |
* An introductory example to process data from a sound sensor using NodeMCU ESP8266 12E | |
* | |
* 2020-05-20 armw v0.1 initial DRAFT | |
* | |
* Operations: | |
* The WS2813 is a 3-wire chipset that combines the LED and its controller in a single | |
* package. | |
* |