Skip to content

Commit 50a4829

Browse files
authored
Merge pull request #215 from sparkfun/r3_shield_i2c_pins
Separate I2C and analog pins of R3 shield
2 parents 59bc312 + 0b38150 commit 50a4829

File tree

2 files changed

+98
-73
lines changed

2 files changed

+98
-73
lines changed

Footprints/SparkFun-Board.pretty/Uno_R3_Shield_NoLabels.kicad_mod

Lines changed: 25 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(footprint "Uno_R3_Shield_NoLabels"
2-
(version 20240108)
2+
(version 20241229)
33
(generator "pcbnew")
4-
(generator_version "8.0")
4+
(generator_version "9.0")
55
(layer "F.Cu")
66
(descr "Arduino Uno-Compatible Footprint No holes, no ICSP connections, no silk labels")
77
(tags "SparkFun Uno shield")
@@ -29,18 +29,6 @@
2929
)
3030
)
3131
)
32-
(property "Footprint" ""
33-
(at 0 0 0)
34-
(layer "F.Fab")
35-
(hide yes)
36-
(uuid "8d5d4b09-5289-4215-bfd6-7e3299cfbc0a")
37-
(effects
38-
(font
39-
(size 1.27 1.27)
40-
(thickness 0.15)
41-
)
42-
)
43-
)
4432
(property "Datasheet" ""
4533
(at 0 0 0)
4634
(layer "F.Fab")
@@ -627,17 +615,7 @@
627615
(thermal_bridge_angle 0)
628616
(uuid "0e550ede-96b5-4131-8fb4-f1d7f99cd9b6")
629617
)
630-
(pad "A4/SDA" thru_hole circle
631-
(at -24.13 17.78 90)
632-
(size 1.8796 1.8796)
633-
(drill 1.016)
634-
(layers "*.Cu" "*.Mask")
635-
(remove_unused_layers no)
636-
(solder_mask_margin 0.1016)
637-
(thermal_bridge_angle 0)
638-
(uuid "471ddd2d-6baa-489e-b197-7af8f2ea6a8b")
639-
)
640-
(pad "A4/SDA" thru_hole circle
618+
(pad "A4" thru_hole circle
641619
(at 24.13 -21.59 90)
642620
(size 1.8796 1.8796)
643621
(drill 1.016)
@@ -647,17 +625,7 @@
647625
(thermal_bridge_angle 0)
648626
(uuid "95d24c44-abad-498c-96f4-a671d00ade53")
649627
)
650-
(pad "A5/SCL" thru_hole circle
651-
(at -24.13 20.32 90)
652-
(size 1.8796 1.8796)
653-
(drill 1.016)
654-
(layers "*.Cu" "*.Mask")
655-
(remove_unused_layers no)
656-
(solder_mask_margin 0.1016)
657-
(thermal_bridge_angle 0)
658-
(uuid "125db49d-1a48-4840-b48c-98365fe9012d")
659-
)
660-
(pad "A5/SCL" thru_hole circle
628+
(pad "A5" thru_hole circle
661629
(at 24.13 -24.13 90)
662630
(size 1.8796 1.8796)
663631
(drill 1.016)
@@ -867,6 +835,26 @@
867835
(thermal_bridge_angle 0)
868836
(uuid "3d914acd-a8d3-42fa-996c-d02242d598c9")
869837
)
838+
(pad "SCL" thru_hole circle
839+
(at -24.13 20.32 90)
840+
(size 1.8796 1.8796)
841+
(drill 1.016)
842+
(layers "*.Cu" "*.Mask")
843+
(remove_unused_layers no)
844+
(solder_mask_margin 0.1016)
845+
(thermal_bridge_angle 0)
846+
(uuid "125db49d-1a48-4840-b48c-98365fe9012d")
847+
)
848+
(pad "SDA" thru_hole circle
849+
(at -24.13 17.78 90)
850+
(size 1.8796 1.8796)
851+
(drill 1.016)
852+
(layers "*.Cu" "*.Mask")
853+
(remove_unused_layers no)
854+
(solder_mask_margin 0.1016)
855+
(thermal_bridge_angle 0)
856+
(uuid "471ddd2d-6baa-489e-b197-7af8f2ea6a8b")
857+
)
870858
(pad "VIN" thru_hole circle
871859
(at 24.13 -6.35 90)
872860
(size 1.8796 1.8796)
@@ -887,4 +875,5 @@
887875
(thermal_bridge_angle 0)
888876
(uuid "449f6227-b922-4c0e-9ba5-5bae65b41cec")
889877
)
878+
(embedded_fonts no)
890879
)

0 commit comments

Comments
 (0)