Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 654 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 654 Bytes

CySat-BreakoutBoard

Breakout board to expose power and signals on the CubeSat Kit bus.

Housekeeping Notes

This repository makes use of a subtree for the kicad libraries.

To make any changes to the library repository: git remote add origin https://github.com/imciner2/KiCad-Libraries.git git subtree add --prefix=2-Hardware/libraries --squash shared master

To pull the most recent KiCad libraries: git subtree pull --prefix=2-Hardware/libraries --squash shared master

To push changes from the repository to the KiCad libraries repository git subtree push --prefix=2-Hardware/libraries --squash shared master