Skip to content

Bendeguz-Cs/Rotary_encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotary_encoder

Reads the position of a rotary encoderand outputs it with a simple function.

Description

Simple Arduino library used to read the position of an incremental rotary encoder.

Note

Version 2.0.0 and newer use interrupts, if an AVR chip is selected then the PinChangeInterrupt library by @NicoHood will be used, for all other chips Hardware interrupts will be used

Compatibility

This library is compatible with AVR and all other MCUs that have Hardware interrupts. The library was tested on:

  • Arduino NANO

  • Arduino UNO R3

  • Arduino UNO R4 MINIMA

  • Arduino UNO R4 WiFi

  • Seeeduino XIAO SAMD21

License

MIT License

About

Simple Arduino library used to read the position of an incremental rotary encoder.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages