Thomas Buck 47b93052e5 first skeleton of firmware | 2年前 | |
---|---|---|
.. | ||
include | 2年前 | |
pico-sdk @ 2e6142b15b | 2年前 | |
src | 2年前 | |
CMakeLists.txt | 2年前 | |
README.md | 2年前 |
For use with Raspberry Pi Pico boards.
Adapted from the dev_hid_composite
pico-example from GitHub.
Supports PMW3360 optical mouse sensors.
When compiling for the first time, check out the required git submodules.
git submodule update --init
cd pico-sdk
git submodule update --init
Then do this to build.
mkdir build
cd build
cmake ..
make trackball
And flash the resulting trackball.uf2
file to your Pico.