Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.41 KB

Kicad Parts

"The KiCad EDA Suite project aims at creating a portable, cross-platform, Free/Libre/Open-Source EDA Suite. That is capable of schematic and printed circuit board design. The code is licensed under the terms of the GNU GPL."

These are the Kicad parts that I've been using in my designs. Please feel free to fork this, make changes/additions and send me a pull request.

Links

Tutorials

Contributing

This is the current structure of the libraries.

###Libraries

  • connectors.lib
    • Any connector related part.
    • RJ45 plugs
    • SIL/DIL headers.
  • discrete.lib
    • Discrete components.
    • R/C/L
    • Transistors
  • linear-technology.lib
  • maxium.lib
  • microchip-technology.lib
  • texas-instruments.lib

###Modules

  • connectors.mod
  • crystal.mod
  • MRF24WB0MA.mod
  • smd.mod
  • switches.mod

Please feel free to sugest a better structure, I'm open to ideas.