Skip to content

tac-tech/joystick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maverick Joystick

This library is for the ChenGong joystick. Below are the details for this device:

idVendor=0x0416
idProduct=0xb001

How to Run

  1. Using pip, install pyusb
pip install pyusb
  1. Copy and paste the *udev.rules file into /etc/udev/rules.d
sudo cp 50-chengong-joystick-udev.rules /etc/udev/rules.d/
  1. Apply the udev rules
sudo /etc/init.d/udev restart
  1. Run the python file
python joystick_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages