Skip to content

Commit

Permalink
Close #6, Close #22, Close # 21
Browse files Browse the repository at this point in the history
Added Arduino Nano Socket, adjusted Micro so it is easier to tell which way round to plug it in and made the 3.3V pin names more consistent across the library.
  • Loading branch information
Alarm-Siren committed Feb 15, 2018
1 parent 281c905 commit 61fadaf
Show file tree
Hide file tree
Showing 11 changed files with 182 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Arduino.pretty/Arduino_101_Shield.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Arduino_101_Shield (layer F.Cu) (tedit 5A78EE34)
(module Arduino_101_Shield (layer F.Cu) (tedit 5A8605BA)
(descr https://store.arduino.cc/genuino-101)
(fp_text reference XA** (at 2.54 -54.356) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
Expand Down Expand Up @@ -36,7 +36,7 @@
(pad GND3 thru_hole oval (at 43.18 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole oval (at 40.64 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V1 thru_hole oval (at 38.1 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 33.02 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad IORF thru_hole oval (at 30.48 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D0 thru_hole oval (at 63.5 -50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
4 changes: 2 additions & 2 deletions Arduino.pretty/Arduino_Due_Shield.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Arduino_Due_Shield (layer F.Cu) (tedit 5A78EE82)
(module Arduino_Due_Shield (layer F.Cu) (tedit 5A8605C9)
(descr https://store.arduino.cc/arduino-due)
(fp_text reference XA** (at 2.54 -54.356) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
Expand Down Expand Up @@ -32,7 +32,7 @@
(pad GND3 thru_hole oval (at 43.18 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole oval (at 40.64 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V1 thru_hole oval (at 38.1 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 33.02 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad IORF thru_hole oval (at 30.48 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D21 thru_hole oval (at 86.36 -50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
4 changes: 2 additions & 2 deletions Arduino.pretty/Arduino_Leonardo_Shield.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Arduino_Leonardo_Shield (layer F.Cu) (tedit 5898A440)
(module Arduino_Leonardo_Shield (layer F.Cu) (tedit 5A8605E1)
(descr https://store.arduino.cc/arduino-leonardo-with-headers)
(fp_text reference XA** (at 2.54 -54.356) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
Expand Down Expand Up @@ -32,7 +32,7 @@
(pad GND3 thru_hole oval (at 43.18 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole oval (at 40.64 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V1 thru_hole oval (at 38.1 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 33.02 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad IORF thru_hole oval (at 30.48 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D0 thru_hole oval (at 63.5 -50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
4 changes: 2 additions & 2 deletions Arduino.pretty/Arduino_Mega2560_Shield.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Arduino_Mega2560_Shield (layer F.Cu) (tedit 5898A177)
(module Arduino_Mega2560_Shield (layer F.Cu) (tedit 5A8605D3)
(descr https://store.arduino.cc/arduino-mega-2560-rev3)
(fp_text reference XA** (at 2.54 -54.356) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
Expand Down Expand Up @@ -36,7 +36,7 @@
(pad GND3 thru_hole oval (at 43.18 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole oval (at 40.64 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V1 thru_hole oval (at 38.1 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 33.02 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad IORF thru_hole oval (at 30.48 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D21 thru_hole oval (at 86.36 -50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
25 changes: 17 additions & 8 deletions Arduino.pretty/Arduino_Micro_Socket.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
(module Arduino_Micro_Socket (layer F.Cu) (tedit 5898B735)
(module Arduino_Micro_Socket (layer F.Cu) (tedit 5A860566)
(descr https://store.arduino.cc/arduino-micro)
(fp_text reference XA** (at 2.54 -19.05) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Arduino_Micro_Socket (at 15.494 -19.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 48.48 -18) (end 48.48 0) (layer F.CrtYd) (width 0.15))
(fp_line (start -2 -18) (end -2 0) (layer F.CrtYd) (width 0.15))
(fp_line (start 48.48 0) (end -2 0) (layer F.CrtYd) (width 0.15))
(fp_line (start 48.48 -18.034) (end -2 -18.034) (layer F.CrtYd) (width 0.15))
(fp_text user 3.3V (at 6.46 -2.794) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_text user USB (at -1.016 -9.017 90) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start -2.032 0.254) (end -2.286 0.254) (layer F.CrtYd) (width 0.15))
(fp_line (start -2.286 0.254) (end -2.286 -17.526) (layer F.CrtYd) (width 0.15))
(fp_line (start -2.286 -17.526) (end -2.286 -18.288) (layer F.CrtYd) (width 0.15))
(fp_line (start -2.286 -18.288) (end 48.768 -18.288) (layer F.CrtYd) (width 0.15))
(fp_line (start 48.768 -18.288) (end 48.768 0.254) (layer F.CrtYd) (width 0.15))
(fp_line (start 48.768 0.254) (end -2.032 0.254) (layer F.CrtYd) (width 0.15))
(fp_line (start -2 -18.034) (end -2 0) (layer F.SilkS) (width 0.15))
(fp_line (start 48.48 -18) (end 48.48 0) (layer F.SilkS) (width 0.15))
(fp_line (start 0 -18.034) (end 48.48 -18.034) (layer F.SilkS) (width 0.15))
(fp_line (start -2 -18.034) (end 48.48 -18.034) (layer F.SilkS) (width 0.15))
(fp_line (start 0 -18) (end 0 0) (layer F.SilkS) (width 0.15))
(fp_line (start 0 0) (end 48.48 0) (layer F.SilkS) (width 0.15))
(fp_line (start -2 0) (end 48.48 0) (layer F.SilkS) (width 0.15))
(pad "" np_thru_hole circle (at 47.1 -16.62) (size 1.016 1.016) (drill 1.016) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 1.38 -16.62) (size 1.016 1.016) (drill 1.016) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 47.1 -1.38) (size 1.016 1.016) (drill 1.016) (layers *.Cu *.Mask))
Expand All @@ -26,7 +35,7 @@
(pad GND2 thru_hole oval (at 31.86 -16.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND1 thru_hole oval (at 36.94 -1.38) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V thru_hole oval (at 31.86 -1.38) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 6.46 -1.38) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 6.46 -1.38) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 34.4 -1.38) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad SS thru_hole oval (at 42.02 -16.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D0 thru_hole oval (at 36.94 -16.62) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
71 changes: 71 additions & 0 deletions Arduino.pretty/Arduino_Nano_Socket.kicad_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
(module Arduino_Nano_Socket (layer F.Cu) (tedit 5A860395)
(descr https://store.arduino.cc/arduino-nano)
(fp_text reference XA** (at 6.604 1.016) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Arduino_Nano_Socket (at 0 -21.082 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user USB (at 0 0.635) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_text user 3.3V (at 6.35 -6.35 90) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_text user ICSP (at 0 -40.64) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 -39.37) (end 0.508 -39.37) (layer F.Fab) (width 0.15))
(fp_circle (center 2.54 -39.37) (end 3.048 -39.37) (layer F.Fab) (width 0.15))
(fp_circle (center 2.54 -41.91) (end 3.048 -41.91) (layer F.Fab) (width 0.15))
(fp_circle (center -2.54 -39.37) (end -2.032 -39.37) (layer F.Fab) (width 0.15))
(fp_circle (center 0 -41.91) (end 0.508 -41.91) (layer F.Fab) (width 0.15))
(fp_circle (center -2.54 -41.91) (end -2.032 -41.91) (layer F.Fab) (width 0.15))
(fp_line (start -3.302 1.778) (end -9.144 1.778) (layer F.CrtYd) (width 0.15))
(fp_line (start -9.144 1.778) (end -9.144 -22.606) (layer F.CrtYd) (width 0.15))
(fp_line (start -9.144 -22.606) (end -9.144 -43.434) (layer F.CrtYd) (width 0.15))
(fp_line (start -9.144 -43.434) (end 9.144 -43.434) (layer F.CrtYd) (width 0.15))
(fp_line (start 9.144 -43.434) (end 9.144 1.778) (layer F.CrtYd) (width 0.15))
(fp_line (start 9.144 1.778) (end -3.302 1.778) (layer F.CrtYd) (width 0.15))
(fp_line (start -4.064 0) (end -4.064 1.45) (layer F.SilkS) (width 0.15))
(fp_line (start -4.064 1.45) (end 4.064 1.45) (layer F.SilkS) (width 0.15))
(fp_line (start 4.064 1.45) (end 4.064 0) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 -43.18) (end 8.89 -43.18) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 0) (end 8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 -43.18) (end 8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 -43.18) (end -8.89 0) (layer F.SilkS) (width 0.15))
(pad VIN thru_hole circle (at 7.62 -39.37) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole circle (at 7.62 -36.83) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST2 thru_hole circle (at 7.62 -34.29) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V thru_hole circle (at 7.62 -31.75) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A7 thru_hole circle (at 7.62 -29.21) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A6 thru_hole circle (at 7.62 -26.67) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A5 thru_hole circle (at 7.62 -24.13) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A4 thru_hole circle (at 7.62 -21.59) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A3 thru_hole circle (at 7.62 -19.05) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A2 thru_hole circle (at 7.62 -16.51) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A1 thru_hole circle (at 7.62 -13.97) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad A0 thru_hole circle (at 7.62 -11.43) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad AREF thru_hole circle (at 7.62 -8.89) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole circle (at 7.62 -6.35) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D13 thru_hole circle (at 7.62 -3.81) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D12 thru_hole circle (at -7.62 -3.81) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D11 thru_hole circle (at -7.62 -6.35) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D10 thru_hole circle (at -7.62 -8.89) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D9 thru_hole circle (at -7.62 -11.43) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D8 thru_hole circle (at -7.62 -13.97) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D7 thru_hole circle (at -7.62 -16.51) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D6 thru_hole circle (at -7.62 -19.05) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D5 thru_hole circle (at -7.62 -21.59) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D4 thru_hole circle (at -7.62 -24.13) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D3 thru_hole circle (at -7.62 -26.67) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D2 thru_hole circle (at -7.62 -29.21) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND1 thru_hole circle (at -7.62 -31.75) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole circle (at -7.62 -34.29) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D0 thru_hole circle (at -7.62 -36.83) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D1 thru_hole rect (at -7.62 -39.37) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -7.62 -41.91) (size 1.85 1.85) (drill 1.85) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 7.62 -41.91) (size 1.85 1.85) (drill 1.85) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -7.62 -1.27) (size 1.85 1.85) (drill 1.85) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 7.62 -1.27) (size 1.85 1.85) (drill 1.85) (layers *.Cu *.Mask))
)
4 changes: 2 additions & 2 deletions Arduino.pretty/Arduino_Uno_Shield.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Arduino_Uno_Shield (layer F.Cu) (tedit 5898A1DC)
(module Arduino_Uno_Shield (layer F.Cu) (tedit 5A8605EC)
(descr https://store.arduino.cc/arduino-uno-rev3)
(fp_text reference XA** (at 2.54 -54.356) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
Expand Down Expand Up @@ -36,7 +36,7 @@
(pad GND3 thru_hole oval (at 43.18 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole oval (at 40.64 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V1 thru_hole oval (at 38.1 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 33.02 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad IORF thru_hole oval (at 30.48 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D0 thru_hole oval (at 63.5 -50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
4 changes: 2 additions & 2 deletions Arduino.pretty/Arduino_Zero_Shield.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module Arduino_Zero_Shield (layer F.Cu) (tedit 5898A4E5)
(module Arduino_Zero_Shield (layer F.Cu) (tedit 5A8605F5)
(descr https://store.arduino.cc/genuino-zero)
(fp_text reference XA** (at 2.54 -54.356) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
Expand Down Expand Up @@ -32,7 +32,7 @@
(pad GND3 thru_hole oval (at 43.18 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad GND2 thru_hole oval (at 40.64 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 5V1 thru_hole oval (at 38.1 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3.3V thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad 3V3 thru_hole oval (at 35.56 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad RST1 thru_hole oval (at 33.02 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad IORF thru_hole oval (at 30.48 -2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
(pad D0 thru_hole oval (at 63.5 -50.8) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask))
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Arduino KiCad Library
*Version 1.1.3*
*Version 1.2.0*

Library of schematic components and footprints of common Arduino boards for KiCad.

Expand All @@ -9,17 +9,21 @@ Currently included are:
- Arduino Leonardo Shied
- Arduino Mega 2560 Shield
- Arduino Micro Socket
- Arduino Nano Socket
- Arduino Uno Shield
- Arduino Zero Shield

Coming soon:
- Arduino Mini Socket [v1.3]

Shield means the Arduino is designed to plug in from beneath your PCB; socket means it is designed to plug in from above.

## Comments, Requests, Bugs & Contributions
All are welcome.
Please file an Issue or Pull Request at https://github.com/Alarm-Siren/arduino-kicad-library

## License
Copyright 2017, Nicholas Parks Young. All Rights Reserved.
Copyright 2017-2018, Nicholas Parks Young. All Rights Reserved.
This library is licensed under the GNU LGPL v2.1, which can be found in file LICENSE.txt.

## Donations
Expand Down
6 changes: 6 additions & 0 deletions arduino.dcm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ K Arduino MPU Shield
F https://store.arduino.cc/arduino-micro
$ENDCMP
#
$CMP Arduino_Nano_Socket
D Socket for Arduino Nano
K Arduino MPU Shield
F https://store.arduino.cc/arduino-nano
$ENDCMP
#
$CMP Arduino_Uno_Shield
D Shield for Arduino Uno
K Arduino MPU Shield
Expand Down
Loading

0 comments on commit 61fadaf

Please sign in to comment.