Skip to content

Add several generic BRT symbols

evanshultz requested to merge github/fork/evanshultz/brt-symbols into master

With https://github.com/KiCad/kicad-symbols/pull/1067 being merged, there is a hole in Device.lib for reference bias resistor transistor symbols in all configurations. I took a look at some parts on DigiKey and made up symbols to fit them as a template for specific components that could be added later.

Below are the new symbols and an example datasheet:

image

There are some other variations (BRT + non-BRT pair, only base resistor and not B-E resistor, BRT + diode) but I left those out since they seem rare. And with this PR I think we now have all building blocks for users to create them easily.


Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required

Merge request reports