Skip to content

USB joystick compatible with Xbox Adaptive Controller using Raspberry Pi Pico

License

Notifications You must be signed in to change notification settings

gdsports/xac_joystick_pipico

Repository files navigation

USB Joystick using Raspberry Pi Pico and TinyUSB

This based on modifications to the dev_hid_composite example from the pico-examples repo.

How to build on a Raspberry Pi

cd ~/pico
git clone https://github.com/gdsports/xac_joystick_pipico
cd xac_joystick_pipico
mkdir build
cd build
export PICO_SDK_PATH=../../pico-sdk
cmake ..
make -j4

About

USB joystick compatible with Xbox Adaptive Controller using Raspberry Pi Pico

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published