Hacker News new | ask | show | jobs
by blacksmith_tb 3538 days ago
Not sure if you mean on the hardware side or on the computer, the Teensy is a family of small dev boards which are easy to work with in the Arduino IDE, and can emulate USB HID devices (including mouse and/or keyboard) [1]

1: https://www.pjrc.com/teensy/td_mouse.html

1 comments

thanks for the link. I'm actually looking for any open source software that would turn, say a webcam, into a mouse.