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.
- Host: GitHub
- URL: https://github.com/team997coders/997-hardware
- Owner: Team997Coders
- Created: 2023-07-26T08:08:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:10:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T22:31:47.720Z (over 1 year ago)
- Language: Shell
- Size: 7.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.