Difference between revisions of "RotaryEnc"

From Land Boards Wiki
Jump to navigation Jump to search
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

RotaryEncoderCAD.PNG

Si5351 004 720px.jpg

  • Includes pushbutton Switch
  • Includes Pull-Up resistors
  • Needs external R/C filter on output for debounce if interrupt driven

Arduino Libraries =