Arduino Mouse Emulation

Arduino Mouse Emulation In this video we look at using an Arduino Pro Micro (also works with Due & Leonardo) as a HID compliant mouse. By attaching an inexpensive thumb-stick we can use the () function to place the mouse cursor anywhere on the screen. Since the thumb-stick also has a click-switch, we can map that out as the mouse button. In this example we only use a couple commands, but more are available in the Mouse.h library. NOTE: This sketch will take over the mouse on your computer. You
Back to Top