Converting reins input to key presses for Unbridled: That Horse Game
In a recent post, I got to the point of using the reins to control Unbridled: That Horse Game -- but only as mouse input, which moves the rider's head, rather than the horse's head. To fix this, I need a way to take mouse inputs and convert them to keyboard key presses. It looks like this is possible with the Arduino Uno I am using, by loading some special firmware onto the Atmega8/16u helper microcontroller on the board. Well, actually, it looks like it is possible for the Arduino Uno, but not the Arduino Uno Wifi Rev2 that I have been using for reading the sensors so far. Bummer! Fortunately I have an Arduino Uno lurking about as well, so I should be able to do it after all. The regular Uno has the extra connector required for reprogramming the bootloader on the MEGA8U microcontroller. Information on how to install it can be found here . Hmm, nope, that won't work either -- it used to work, years ago. Now the preferred approach is to use an Arduino Leonar...