1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2025-02-05 12:31:06 +02:00
Werner Almesberger 95b8394107 components/: added dual_trans.lib, with pre-biased Panasonic XP series BJTs
Note: they're mainly good for reuse since the original parts are already
EOL.
2012-04-17 18:48:55 -03:00
..
2011-07-24 20:18:20 -03:00
2012-03-26 18:03:22 +08:00
2012-03-26 18:03:22 +08:00
2012-04-16 14:03:34 +08:00
2012-04-16 16:45:17 +08:00
2012-04-17 17:08:43 +08:00
2012-04-17 17:08:43 +08:00
2012-04-16 15:35:22 +08:00
2011-08-15 21:10:11 -03:00
2012-03-27 20:48:47 +08:00
2012-03-27 20:48:47 +08:00
2012-04-05 09:07:49 +08:00
2012-04-05 09:07:49 +08:00
2012-03-27 20:48:47 +08:00
2012-03-27 20:48:47 +08:00
2012-04-05 12:00:24 +08:00
2012-04-17 16:40:58 +08:00
2012-04-16 10:57:56 +08:00
2012-04-17 15:01:25 +08:00
2012-04-17 16:40:58 +08:00
2012-04-17 09:25:33 +08:00
2012-04-17 09:25:33 +08:00
2012-04-16 17:57:07 +08:00
2012-04-16 17:57:07 +08:00
2012-04-11 21:07:16 +08:00
2012-03-28 15:49:47 +08:00
2012-03-28 15:49:47 +08:00
2012-04-17 16:25:45 +08: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