Skip to content

Fix pin numbers of PIC16F1786-xSP

This commit fixes pin numbers of PIC16F1786-xSP. In addition to that, it fixes PIC16F1786-xP's package size and pin definitions.

Datasheet for these components is http://ww1.microchip.com/downloads/en/DeviceDoc/40001637C.pdf

This is the original version of PIC16F1786-xSP:

Symbol in the original library file

This is the fixed version of PIC16F1786-xSP:

Fixed PIC16F1786-xSP symbol

I couldn't find how to change language of pin's attributes. This is conversion table:

English Japanese
power_in 電源入力
bidirectional 双方向
input 入力

This is the fixed version of PIC16F1786-xP:

Fixed PIC16F1786-xP symbol

Suffix "P" means PDIP. PIC16F1786-xP is actually PDIP-40 package, not PDIP-28. So I fixed its package and added some pins to it, assigning right numbers.

  • Remove the instructional content of this template
  • 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 automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Merge request reports