Skip to content

Fix the VDD pin type for the PIC16F83 and PIC16F84. (from Bidirection…

KiCad Bot requested to merge github/fork/RTrioux/master into master

Created by: RTrioux

…al to Power pin)

Fix the pin type for VDD in MCU_Microchip_PIC16.lib (Some VDD pins were stated as 'bidirectionals' whereas a VDD pin should be stated as a 'power pin') Moreover according to the datasheet these pins are unidirectionals

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=2ahUKEwigjL6sqO3dAhUEgHMKHc_0CN4QFjAAegQIBhAC&url=http%3A%2F%2Fww1.microchip.com%2Fdownloads%2Fen%2FDeviceDoc%2F30430c.pdf&usg=AOvVaw0Tabj1A2bWEHudO92Cr7xD

Merge request reports