Skip to content

LT3010-5/ADJ: fixes NC pins (#1259) and other fixes

Diego Herranz requested to merge github/fork/diegoherranz/lt3010 into master

Move NC pins inside the box. Fixes #1259 (closed).

Taking advantage of the pull request, fixing a couple more things:

  • Pin name offset was 30 mil instead of the recommended 20 mil.
  • Datasheet links weren't working anymore.

Other things spotted but which may be more disrupting if changed. I can submit changes if requested:

  • Not sure why the ADJ pin is an input and the SENSE pin is passive. They both seem to be inputs to the error amplifier.
  • The part numbers could possibly be changed. For instance the adjustable one is LT3010 and not LT3010-ADJ which is a MPN that doesn't exist.

LT3010-5 lt3010-5

LT-3010-ADJ lt3010-adj

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/30105fe.pdf

Thanks!


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