XenGi / teensy_library

KiCAD library for Teensy microcontrollers
MIT License
283 stars 66 forks source link

Pads 0, 53 and 54 missing on 2++ #32

Closed Olliroxx closed 3 years ago

Olliroxx commented 3 years ago

Importing a net file (with a teensy 2++) into the pcb editor gives the errors:

Error: Symbol U1 pad 0 not found in footprint teensy:Teensy2.0++. 
Error: Symbol U1 pad 53 not found in footprint teensy:Teensy2.0++. 
Error: Symbol U1 pad 54 not found in footprint teensy:Teensy2.0++.
XenGi commented 3 years ago

The Teensy 2.0++ footprint has no pads 0, 53 and 54. Pads start counting from 0 and the last one is 52. This is true for the library and the footprint. The two tiny pads INT4 and INT5 are not populated in the library or the footprint. They would be pads 53 and 54. Please check if the issue still persists in the current master.