1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-06-30 21:35:27 +03:00
kicad-libs/components
2011-07-24 12:56:29 -03:00
..
8_10-card.lib introduced 8_10-card.lib as politically correct alternative to usd-card.lib 2011-01-17 17:36:51 -03:00
74x1g07_4.lib components/: added 74x1g07_5 and 74x1g07_4 2011-07-24 12:43:20 -03:00
74x1g07_5.lib components/: added 74x1g07_5 and 74x1g07_4 2011-07-24 12:43:20 -03:00
74x1g08_5.lib components/: added 74x1g08_5 and 74x1g08_6 2011-07-24 12:33:10 -03:00
74x1g08_6.lib components/: added 74x1g08_5 and 74x1g08_6 2011-07-24 12:33:10 -03:00
74x1g125.lib components/: 74x1g00_5, 74x1g125, 74x2g126 from gta02-core (by Alvaro Lopes) 2011-07-24 05:29:13 -03:00
74x1g00_5.lib components/: 74x1g00_5, 74x1g125, 74x2g126 from gta02-core (by Alvaro Lopes) 2011-07-24 05:29:13 -03:00
74x2g126.lib components/: 74x1g00_5, 74x1g125, 74x2g126 from gta02-core (by Alvaro Lopes) 2011-07-24 05:29:13 -03:00
components.pro components/: added 74x1g07_5 and 74x1g07_4 2011-07-24 12:43:20 -03:00
components.sch components/: moved editing helpers over from gta02-core 2011-07-24 05:26:05 -03:00
INFO Added schematic symbol for VGA DE15 connector 2011-04-24 02:35:05 -03:00
Makefile components/: moved editing helpers over from gta02-core 2011-07-24 05:26:05 -03:00
README components/README: described component addition workflow 2011-07-24 12:56:29 -03:00
vga.lib Added schematic symbol for VGA DE15 connector 2011-04-24 02:35:05 -03:00

When adding a new schematics symbol, please do the following:

1) Choose a unique name for the symbol. If the component is available
   in packages with different pin numbering schemes, you may want to 
   add number of pins or the package name to the symbol's base name,
   to make the name unique.

   If the package and the number of pins are not relevant for the
   schematics symbol, they should not be part of the name.

   Example: 74x1g08_5.lib

2) Create a .lib file containing just that symbol

3) Add a LibName# entry for it at the end of components.pro
   The LibName entry must have the form
   LibName#=./name.lib
   where # is the number of the highest-numbered entry, minus one

4) Record your authorship in ../AUTHORS