Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Thomas Buck 47b93052e5 first skeleton of firmware 1 рік тому
..
include first skeleton of firmware 1 рік тому
pico-sdk @ 2e6142b15b first skeleton of firmware 1 рік тому
src first skeleton of firmware 1 рік тому
CMakeLists.txt first skeleton of firmware 1 рік тому
README.md first skeleton of firmware 1 рік тому

README.md

RP2040 Trackball Firmware

For use with Raspberry Pi Pico boards.

Adapted from the dev_hid_composite pico-example from GitHub.

Supports PMW3360 optical mouse sensors.

Quick Start

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.