KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
kicad
★ 17
Open GitHub ↗
Kicad library reference designs ready to share
Download README (.md)
Explore Similar Repositories
authentik-mcp
:
No description available.
gocondense
:
A golang formatter that condenses code
study-document-manager
:
Windows Forms application for managing study documents for students, teachers, and staff
hoc-notes
:
Notes written while consulting for the Higher Order Company
quchat
:
A TUI based chat room service with basic core chat functionalities, including JWT authentication, message persistence and live updates
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kicad
?
Download (.md)
<p align="center"> <a href="https://github.com/diodeinc/kicad/actions/workflows/ci.yaml"> <img src="https://github.com/diodeinc/kicad/actions/workflows/ci.yaml/badge.svg" alt="CI"> </a> </p> # KiCad reference designs A repository of configurable modules that expand on top of the KiCad standard library. This work is made possible by the open-source **Zener compiler** and its accompanying **standard library**: - 🛠️ [diodeinc/pcb – Zener compiler](https://github.com/diodeinc/pcb) - 📚 [diodeinc/stdlib – Zener standard library](https://github.com/diodeinc/stdlib) If you're new to Zener, start by installing the compiler and browsing the standard library to build and customize these reference designs. The modules can be configured with the Zener visualizer tool and directly copy-pasted into KiCad. ## Updating the package index To update `index.toml` with all available packages: ```bash .utils/index.py ```