brianlow / Rotary

Rotary encoder library for Arduino
233 stars 73 forks source link

Added example compatible with Atmega32U4 #1

Closed uChip closed 11 years ago

uChip commented 11 years ago

Added a second interrupt example that uses registers compatible with the Atmega32U4 as used on the Sparkfun Pro Micro.

See comments in the code for more details.

brianlow commented 11 years ago

Awesome! Thanks.