PaulStoffregen / Encoder

Quadrature Encoder Library for Arduino
http://www.pjrc.com/teensy/td_libs_Encoder.html
561 stars 243 forks source link

Added support for ATtiny84 and 44 #51

Closed olimexsmart closed 4 years ago

olimexsmart commented 4 years ago

Hi, I needed to use an encoder on an ATtiny84 but the pin definitions were missing. I added them and tested it and it seems to work fine.

I would suggest to tag to version 1.4.2

Thanks and have a nice day, Luca

PaulStoffregen commented 4 years ago

Why does this PR change the defines for many other boards?

Also, why is the info different than already in the file, and different from #52

olimexsmart commented 4 years ago

Hi @PaulStoffregen I'm sorry must have messed up something. I made new PR (#53 )

This PR can be deleted