Skip to content

SmbatYeranyan/ThrustMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThrustMaster

Human Interface Driver to control ThrustMaster JoyStick series using NodeJS on a RaspberryPi / Linux.

Simple inilialization:

var tM = require('./lib/thrustLib');

tM.thrustMaster().init({
	finalControls:function(data){
		console.log("Any button press",data);
	},
	button5: function(data){
		console.log("button5");

	}

});

Currently supporting the following inputs:

[
  "finalControls",
	"r1",
	"l1",
	"l3",
	"button5",
	"button6",
	"button7",
	"button8",
	"r2",
	"l2",
]

alt text

About

Node HID lib for Thrustmaster JoyStick, can be used on RaspberryPi and other NodeJs enabled systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published