An open API service indexing awesome lists of open source software.

https://github.com/team997coders/997-hardware

Repository for FRC 997's custom PCB projects, made in KiCad.
https://github.com/team997coders/997-hardware

Last synced: 7 months ago
JSON representation

Repository for FRC 997's custom PCB projects, made in KiCad.

Awesome Lists containing this project

README

          

# 997-Hardware
Repository for FRC 997's custom PCB projects, made in KiCad.

Documentation for each project can be found in their individual directories.

[KiCanvas](https://kicanvas.org/) is recommended for viewing projects from the browser. [Kiri](https://github.com/leoheck/kiri) is a very good tool for visual git diffs of KiCad files, but only runs locally and has quite a few dependencies.

### Installation
This project uses `kicad-cli` and `pcbdraw` in its commit hook script. `kicad-cli` is distributed with the broader KiCad package, and `pcbdraw` can be installed using [these instructions](https://github.com/yaqwsx/PcbDraw/blob/master/doc/installation.md).[^1]

### Licensing
Hardware source files licensed under the GPL v3.0. Some redistributed files may be under different licenses.

[^1]: `pcbdraw` depends on the `mistune` library. `pcbdraw` version 1.1.2 does not depend on the correct version of `mistune` and for some users manually running `pip install mistune==2.0.5` may be required.