Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 464 Bytes

File metadata and controls

24 lines (23 loc) · 464 Bytes

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