View RotaryEncoderAccelleration.ino
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
/** | |
* Rotary Encoder Accelleration | |
* - Debug for KY-040 | |
* | |
* interrupt pins: | |
* 2, 3 - Arduino UNO/Nano | |
* D5,D6 - ESP8266 NodeMCU | |
*/ | |
#define DEBUG false |