USB hid mouse using Raspberry Pi Pico and 5 pin analog joy stick
GND > GND +5V > 3V3 VRX > GP27_A1 VRY > GP28_A0 SW > GP17
- CircuitPython > link to the source
- adafruit_hid from CircuitPython libraries loaded in the "lib" folder of the Pico board
- From this repository, copy code.py into your Pico