Skip to content

Fix Rohm MLGA010V020A pin order

John Beard requested to merge johnbeard/kicad-footprints:fix_MLGA010V020A into master

Fix for #2646 (closed)

DS: https://fscdn.rohm.com/en/products/databook/datasheet/ic/sensor/geomagnetic/bm1422agmv-e.pdf

Basically, it looks like in !3109 (merged), it was missed that the footprint diagram is rotated 90 degrees (dot top right)

图片.png

But in this diagram, it is dot top left and a bottom view:

图片.png

The upshot is it should have 3 pins in y and 2 in x:

图片.png

Correct this, and also fix the package name (should not have an underscore between the LayoutBorder and numbers.

This is not a generated footprint because it's the manufacturer recommendation, which is QFN-ish thought it's a pull-back package. 🤷

Merge request reports