XenGi / teensy.pretty

KiCAD library for Teensy microcontrollers
MIT License
163 stars 55 forks source link

Missing SMT pads on the back of Teensy 3.0, 3.1 and 3.2 #13

Closed jbabio closed 3 years ago

jbabio commented 3 years ago

Teensy models 3.0, 3.1 and 3.2 do have 14 pads to solder a row of 2x7 SMT pin header on the back (LC doesn't). Would be nice to have those pins on the footprint to be able to route the tracks to them.

I suggest to have one footprint for the LC and another for the 3.0, 3.1 and 3.2.

https://www.pjrc.com/store/teensy32.html

blackketter commented 3 years ago

There is a separate Teensy LC footprint, but you are right, the 3.x footprint should have the bottom pads (and remove the label for LC.). I'll take a look.

blackketter commented 3 years ago

I've created a new footprint called Teensy30_31_32_All_Pins and updated the Teensy 3.2 symbol to include PIN numbers for all pins. Previews:

Screen Shot 2021-01-21 at 10 44 23 AM Screen Shot 2021-01-21 at 10 43 51 AM

How does this look?

jbabio commented 3 years ago

It looks great! I'm looking forward to use them.

blackketter commented 3 years ago

Ok, I've pushed the changes to this repo and teensy.library. Try them out and reopen this issue if there are any problems!