PaulBeaudet / JesterType

Gesture based keying / HID device that using Arduino with boards capable of acting as HID such as the Leonardo, Micro and USB Lillypad. This was my first real programming project it exist on github for reference purposes. See Tenkey for a more up to date iteration of most functionality
https://github.com/PaulBeaudet/tenkey
GNU General Public License v2.0
3 stars 0 forks source link

Serial Function file duplicating KeyboardFunction #5

Open PaulBeaudet opened 11 years ago

PaulBeaudet commented 11 years ago

Possible a serial version of keyboardFunction is warranted for debugging on more arduinos like the uno

PaulBeaudet commented 11 years ago

Keyboard methods have been isolated and a serial substitute was added but the substitute still needs to be debugged.

PaulBeaudet commented 11 years ago

Works in a basic sence