Skip to content

Instantly share code, notes, and snippets.

@sd65
Created May 19, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sd65/086d64c7df064010c7cf76be14f01198 to your computer and use it in GitHub Desktop.
Save sd65/086d64c7df064010c7cf76be14f01198 to your computer and use it in GitHub Desktop.
test
sudo true # hopefully sudo is happy
sudo apt-get update -qy
sudo apt-get upgrade -qy
sudo apt-get install -qy git python3-pip libglib2.0-dev libhidapi-hidraw0 libhidapi-libusb0 libdbus-1-dev
sudo pip3 install hid aioconsole crc8 dbus-python
mkdir -p ~/joycontrol
git clone https://github.com/mart1nro/joycontrol ~/joycontrol
sudo python3 ./run_controller_cli.py PRO_CONTROLLER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment