Difference between revisions of "RotaryEnc"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 8: | Line 8: | ||
* Includes pushbutton Switch | * Includes pushbutton Switch | ||
* Includes Pull-Up resistors | * Includes Pull-Up resistors | ||
− | * Needs R/C filter on output for debounce | + | * Needs external R/C filter on output for debounce if interrupt driven |
+ | |||
+ | == Arduino Libraries === | ||
+ | |||
* [https://playground.arduino.cc/Main/RotaryEncoders/ Reading Rotary Encoders] - Arduino reference | * [https://playground.arduino.cc/Main/RotaryEncoders/ Reading Rotary Encoders] - Arduino reference | ||
* [https://github.com/mprograms/SimpleRotary Simple Rotary Encoder Arduino library] | * [https://github.com/mprograms/SimpleRotary Simple Rotary Encoder Arduino library] | ||
* [http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx Library for the Arduino environment for using a rotary encoder as an input] | * [http://www.mathertel.de/Arduino/RotaryEncoderLibrary.aspx Library for the Arduino environment for using a rotary encoder as an input] |
Revision as of 12:19, 30 October 2020
Rotary Encoder Breakout Board
Rotary Encoder/Breakout Board
- Includes pushbutton Switch
- Includes Pull-Up resistors
- Needs external R/C filter on output for debounce if interrupt driven