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.