A python script for visualizing analog stick inputs on a Nintendo Switch Pro Controller.
Note: This code may not work for controllers other than a Nintendo Switch Pro Controller.
- Clone this repository and navigate into the directory:
git clone https://github.com/CrazyAZ/BLSS-Left-Stick-Scrutinizer
cd BLSS-Left-Stick-Scrutinizer
- Make sure the required dependencies are installed:
pip3 install -r requirements.txt
- Connect Pro Controller to computer via Bluetooth or cable.
- Run the analog stick viewer:
python3 src/viewer.py
src/procon.py
can be run on its own to see all the controller inputs printed out.