Skip to content

Linux Joystick module for NodeJS based on NodeBits original work

License

Notifications You must be signed in to change notification settings

JayBeavers/node-joystick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-joystick

A node module for reading joystick data based on the work of Nodebits.

Example

// Set a deadzone of +/-3500 (out of +/-32k) and a sensitivty of 350 to reduce signal noise in joystick axis
var joystick = new (require('joystick'))(0, 3500, 350);
joystick.on('button', console.log);
joystick.on('axis', console.log);

About

Linux Joystick module for NodeJS based on NodeBits original work

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published