/k15_rotary_encoder_joystick

Code to handle up to 2 rotary encoders as joysticks

Primary LanguageC++

Arduino rotary encoder joystick

This code has been used on an Arduino Pro Micro to emulate a joystick with 2 axis with a rotary encoder.

To query the rotary encoder, the Encoder library was used. For the joystick handling, the arduino Joystick library was used (Joystick.h).