Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
phschoen 3e3fad005e added VCN320 ball bearing option 1 år sedan
firmware add licensing and copyright information 1 år sedan
hardware added VCN320 ball bearing option 1 år sedan
.gitignore add licensing and copyright information 1 år sedan
.gitmodules added VCN320 ball bearing option 1 år sedan
COPYING add licensing and copyright information 1 år sedan
README.md add licensing and copyright information 1 år sedan

README.md

Trackball

Custom 3D-printed PC trackball.

See the hardware directory for OpenSCAD design files.

The firmware directory contains the required Raspberry Pi Pico source code.

Further directions can be found in the READMEs in these directories.

License

The firmware itself is licensed as GPLv3. It uses the Pi Pico SDK, licensed as BSD 3-clause, and therefore also TinyUSB, licensed under the MIT license. Some code is adapted from the TinyUSB examples. And the project uses the FatFS library, licensed as BSD 1-clause.

The hardware design is also licensed as GPLv3. It uses this Cherry MX switch model licensed as CC-BY-SA, and a Pi Pico case model licensed as CC-BY-NC-SA. But both are only used for visualization purposes and don’t influence the 3D model at all.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

See <http://www.gnu.org/licenses/>.