Difference between revisions of "RotaryEnc"

From Land Boards Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
[[File:RotaryEncoderCAD.PNG]]
 
[[File:RotaryEncoderCAD.PNG]]
  
== Arduino Libraries ===
+
== 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:20, 30 October 2020

Rotary Encoder Breakout Board

Si5351 004 720px.jpg

Features

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

RotaryEncoderCAD.PNG

Arduino Libraries