diff options
author | xengineering <me@xengineering.eu> | 2024-06-03 21:23:05 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-06-03 21:23:05 +0200 |
commit | 69d66f534ca25bce98ee1984325149891f27f76c (patch) | |
tree | 5b4f10af3224f10e1545f62236d91471e365bdc3 | |
parent | 618ba4fa7b6da3695dca35a49b2b3beb5c695a53 (diff) | |
download | iot-contact-69d66f534ca25bce98ee1984325149891f27f76c.tar iot-contact-69d66f534ca25bce98ee1984325149891f27f76c.tar.zst iot-contact-69d66f534ca25bce98ee1984325149891f27f76c.zip |
pcb: Add outline to PCB
This makes the KiCad project a valid PCB as a minimal starting point.
-rw-r--r-- | pcb/iot-contact.kicad_pcb | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pcb/iot-contact.kicad_pcb b/pcb/iot-contact.kicad_pcb index 1684b06..daf7c70 100644 --- a/pcb/iot-contact.kicad_pcb +++ b/pcb/iot-contact.kicad_pcb @@ -150,7 +150,7 @@ (footprint "Package_BGA:ST_UFBGA-73_5x5mm_Layout9x9_P0.5mm" (layer "F.Cu") (uuid "a5b1a1fe-29cd-455d-bcf3-9ad75099c307") - (at 138.5 95) + (at 144.5 105) (descr "ST UFBGA-73, 5.0x5.0mm, 73 Ball, 9x9 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wl54jc.pdf") (tags "BGA 73 0.5") (property "Reference" "U1" @@ -1113,4 +1113,15 @@ ) ) ) + (gr_rect + (start 120 80) + (end 170 130) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "ead1743c-4697-4dd9-a907-8ffff1d60855") + ) ) |