Skip to content

Add a few BJTs

This pull requests adds several related BJTs: MMBTA42, MMBTA92, PZTA92. It also fixes PZTA42, which already existed in the lib.

These are the SOT-23 and SOT-223 versions of MPSA42 (NPN) and MPSA92 (PNP), which are already in the library. I copied the existing MPSA42/92 symbols and updated the datasheet links, footprint, footprint filter, and the package type in the description.

I also fixed a few minor issues with PZTA42:

  • updated the datasheet link, which was a dead link to a Fairchild part
  • changed the collector current given in the description from 0.2A to 0.5A, which is what the new On Semi datasheet gives (and matches all of the other package variants of this part).
  • slightly reworded the description to match the other package variants of this part.

All contributions to the kicad library must follow the KiCad library convention

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
    • A new fitting footprint must be submitted if the library does not yet contain one.
  • 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
  • Give a reason behind any intentional library convention rule violation.

Merge request reports