ecto / duino

:bulb: Arduino framework for node.js
958 stars 214 forks source link

JoyStick library #33

Open bfagundez opened 11 years ago

bfagundez commented 11 years ago

I've added a library to handle a joystick with 2 axis connected to analog pins like this one:

Thumb Joystick Module for Arduino - Black5-500x500

It triggers events depending on the axis and returns a percentage of movement in the event direction and the real voltage value.

Added the description to the Readme.