From 87236b506c010985dfd902de2380f6087529029c Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Tue, 16 Jun 2026 21:05:30 -0500 Subject: [PATCH] added library links --- README.md | 16 +++++++++++++--- lib/footprints/.gitkeep | 0 lib/models/.gitkeep | 0 lib/symbols/.gitkeep | 0 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 lib/footprints/.gitkeep create mode 100644 lib/models/.gitkeep create mode 100644 lib/symbols/.gitkeep diff --git a/README.md b/README.md index 7dc32d8..045f71b 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,26 @@ Explanation of folder structure. ## Libraries These libraries and plugins are useful.
+ +[Interactive HTML BOM](https://github.com/openscopeproject/InteractiveHtmlBom)
+[KiCad Libraries](https://www.kicad.org/libraries/download/)
+[Digi-Key Library](https://github.com/Digi-Key/digikey-kicad-library)
+[SparkFun Library](https://github.com/sparkfun/SparkFun-KiCad-Libraries)
+[Espressif Library](https://github.com/espressif/kicad-libraries)
+[JLCPCB Library](https://github.com/CDFER/JLCPCB-Kicad-Library)
+[JLCPCB Tools](https://github.com/Bouni/kicad-jlcpcb-tools)
+[KiCanvas](https://github.com/theacodes/kicanvas)
+ ## Todos ## Acknowledgments - -[nguyen-v KDT Hierarchical KiBot](https://github.com/nguyen-v/KDT_Hierarchical_KiBot) +[Awesome KiCad](https://github.com/joanbono/awesome-kicad)
+[nguyen-v KDT Hierarchical KiBot](https://github.com/nguyen-v/KDT_Hierarchical_KiBot)
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)
[Make a README](https://www.makeareadme.com/)
[Choose a LICENSE](https://choosealicense.com/)
[Gitignore Templates](https://github.com/github/gitignore)
-[PCB Design Rule Check](https://www.pcbway.com/pcb_prototype/PCB_Design_Rule_Check.html) +[PCB Design Rule Check](https://www.pcbway.com/pcb_prototype/PCB_Design_Rule_Check.html)
[PCB Design Rules](https://github.com/pcbway/PCBWay-Design-Rules)
diff --git a/lib/footprints/.gitkeep b/lib/footprints/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/lib/models/.gitkeep b/lib/models/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/lib/symbols/.gitkeep b/lib/symbols/.gitkeep new file mode 100644 index 0000000..e69de29