-
-
Save sd65/086d64c7df064010c7cf76be14f01198 to your computer and use it in GitHub Desktop.
test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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