pointhi / kicad-footprint-generator

creating kicad footprints using python scripts
GNU General Public License v3.0
186 stars 175 forks source link

MP2303 footprint added #648

Closed EpeR1 closed 3 years ago

EpeR1 commented 3 years ago

MP2303 footprint. Documentation: https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494

Footprint is here: https://github.com/KiCad/kicad-footprints/pull/2502

Symbol is here: https://github.com/KiCad/kicad-symbols/pull/2060

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 1f2c7490 and detected 0 issues on this pull request.

View more on Code Climate.

EpeR1 commented 3 years ago

done

evanshultz commented 3 years ago

Looks good. Thank you!

Note for the future that there is also a more compact string-based dimension format documented at https://github.com/pointhi/kicad-footprint-generator/tree/master/scripts/Packages/Package_Gullwing__QFP_SOIC_SO. This style is fine but I wanted to let you know if you hadn't seen that page before.

EpeR1 commented 3 years ago

OK, Thank you!