diff --git a/Joystick.net b/Joystick.net new file mode 100644 index 0000000..b505407 --- /dev/null +++ b/Joystick.net @@ -0,0 +1,130 @@ +(export (version D) + (design + (source /Users/ppelleti/cad/Joystick/Joystick.sch) + (date "Wednesday, September 05, 2018 'PMt' 01:00:44 PM") + (tool "Eeschema 4.0.7") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title "16-pin to 9-pin joystick adapter for Apple II") + (company "Patrick Pelletier") + (rev) + (date) + (source Joystick.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref J2) + (value DE9_Male_MountingHoles) + (footprint footprints:DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm) + (fields + (field (name MPN) "A-DS 09 A/KG-T2S") + (field (name Description) "CONN D-SUB PLUG 9POS R/A SOLDER") + (field (name Digi-Key_PN) AE10968-ND)) + (libsource (lib lib) (part DE9_Male_MountingHoles)) + (sheetpath (names /) (tstamps /)) + (tstamp 5B902516)) + (comp (ref J1) + (value Conn_02x08_Counter_Clockwise) + (footprint Housings_DIP:DIP-16_W7.62mm_Socket) + (fields + (field (name MPN) "A 16-LC-TT") + (field (name Description) "CONN IC DIP SOCKET 16POS TIN") + (field (name Digi-Key_PN) AE9992-ND)) + (libsource (lib conn) (part Conn_02x08_Counter_Clockwise)) + (sheetpath (names /) (tstamps /)) + (tstamp 5B90257F))) + (libparts + (libpart (lib conn) (part Conn_02x08_Counter_Clockwise) + (description "Generic connector, double row, 02x08, counter clockwise pin numbering scheme (similar to DIP packge numbering)") + (docs ~) + (footprints + (fp Connector*:*2x??x*mm*) + (fp Connector*:*2x???Pitch*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_02x08_Counter_Clockwise)) + (pins + (pin (num 1) (name Pin_1) (type passive)) + (pin (num 2) (name Pin_2) (type passive)) + (pin (num 3) (name Pin_3) (type passive)) + (pin (num 4) (name Pin_4) (type passive)) + (pin (num 5) (name Pin_5) (type passive)) + (pin (num 6) (name Pin_6) (type passive)) + (pin (num 7) (name Pin_7) (type passive)) + (pin (num 8) (name Pin_8) (type passive)) + (pin (num 9) (name Pin_9) (type passive)) + (pin (num 10) (name Pin_10) (type passive)) + (pin (num 11) (name Pin_11) (type passive)) + (pin (num 12) (name Pin_12) (type passive)) + (pin (num 13) (name Pin_13) (type passive)) + (pin (num 14) (name Pin_14) (type passive)) + (pin (num 15) (name Pin_15) (type passive)) + (pin (num 16) (name Pin_16) (type passive)))) + (libpart (lib lib) (part DE9_Male_MountingHoles) + (footprints + (fp DSUB*Male*)) + (fields + (field (name Reference) J) + (field (name Value) DE9_Male_MountingHoles)) + (pins + (pin (num 0) (name PAD) (type passive)) + (pin (num 1) (name 1) (type passive)) + (pin (num 2) (name 2) (type passive)) + (pin (num 3) (name 3) (type passive)) + (pin (num 4) (name 4) (type passive)) + (pin (num 5) (name 5) (type passive)) + (pin (num 6) (name 6) (type passive)) + (pin (num 7) (name 7) (type passive)) + (pin (num 8) (name 8) (type passive)) + (pin (num 9) (name 9) (type passive))))) + (libraries + (library (logical conn) + (uri "/Library/Application Support/kicad/library/conn.lib")) + (library (logical lib) + (uri /Users/ppelleti/cad/Joystick/lib.lib))) + (nets + (net (code 1) (name +5V) + (node (ref J2) (pin 2)) + (node (ref J1) (pin 1))) + (net (code 2) (name GND) + (node (ref J1) (pin 8)) + (node (ref J2) (pin 3))) + (net (code 3) (name /PB1) + (node (ref J2) (pin 1)) + (node (ref J1) (pin 3))) + (net (code 4) (name /PB2) + (node (ref J1) (pin 4)) + (node (ref J2) (pin 6))) + (net (code 5) (name /PB0) + (node (ref J1) (pin 2)) + (node (ref J2) (pin 7))) + (net (code 6) (name /PDL1) + (node (ref J2) (pin 8)) + (node (ref J1) (pin 10))) + (net (code 7) (name /PDL2) + (node (ref J2) (pin 4)) + (node (ref J1) (pin 7))) + (net (code 8) (name /PDL3) + (node (ref J2) (pin 9)) + (node (ref J1) (pin 11))) + (net (code 9) (name /PDL0) + (node (ref J2) (pin 5)) + (node (ref J1) (pin 6))) + (net (code 10) (name "Net-(J1-Pad9)") + (node (ref J1) (pin 9))) + (net (code 11) (name "Net-(J1-Pad12)") + (node (ref J1) (pin 12))) + (net (code 12) (name "Net-(J1-Pad13)") + (node (ref J1) (pin 13))) + (net (code 13) (name "Net-(J1-Pad14)") + (node (ref J1) (pin 14))) + (net (code 14) (name "Net-(J1-Pad15)") + (node (ref J1) (pin 15))) + (net (code 15) (name "Net-(J1-Pad16)") + (node (ref J1) (pin 16))) + (net (code 16) (name "Net-(J1-Pad5)") + (node (ref J1) (pin 5))) + (net (code 17) (name "Net-(J2-Pad0)") + (node (ref J2) (pin 0))))) \ No newline at end of file diff --git a/Joystick.sch b/Joystick.sch index b8de9fa..142bedc 100644 --- a/Joystick.sch +++ b/Joystick.sch @@ -50,8 +50,11 @@ U 1 1 5B902516 P 6200 3900 F 0 "J2" H 6200 4550 50 0000 C CNN F 1 "DE9_Male_MountingHoles" H 6200 4475 50 0000 C CNN -F 2 "" H 6200 3900 50 0001 C CNN +F 2 "footprints:DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm" H 6200 3900 50 0001 C CNN F 3 "" H 6200 3900 50 0001 C CNN +F 4 "A-DS 09 A/KG-T2S" H 6200 3900 60 0001 C CNN "MPN" +F 5 "CONN D-SUB PLUG 9POS R/A SOLDER" H 6200 3900 60 0001 C CNN "Description" +F 6 "AE10968-ND" H 6200 3900 60 0001 C CNN "Digi-Key_PN" 1 6200 3900 1 0 0 -1 $EndComp @@ -61,8 +64,11 @@ U 1 1 5B90257F P 4100 3800 F 0 "J1" H 4150 4200 50 0000 C CNN F 1 "Conn_02x08_Counter_Clockwise" H 4150 3300 50 0000 C CNN -F 2 "" H 4100 3800 50 0001 C CNN +F 2 "Housings_DIP:DIP-16_W7.62mm_Socket" H 4100 3800 50 0001 C CNN F 3 "" H 4100 3800 50 0001 C CNN +F 4 "A 16-LC-TT" H 4100 3800 60 0001 C CNN "MPN" +F 5 "CONN IC DIP SOCKET 16POS TIN" H 4100 3800 60 0001 C CNN "Description" +F 6 "AE9992-ND" H 4100 3800 60 0001 C CNN "Digi-Key_PN" 1 4100 3800 1 0 0 -1 $EndComp