Update example input files

This commit is contained in:
Daniel Rojas 2020-07-19 23:23:32 +02:00
parent a1881eb49d
commit 2a963bfef6
16 changed files with 27 additions and 27 deletions

View File

@ -49,11 +49,11 @@ connectors:
X1:
type: D-Sub
subtype: female
pinout: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI]
pinlabels: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI]
X2:
type: Molex KK 254
subtype: female
pinout: [GND, RX, TX]
pinlabels: [GND, RX, TX]
cables:
W1:

View File

@ -2,11 +2,11 @@ connectors:
X1:
type: D-Sub
subtype: female
pinout: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI]
pinlabels: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI]
X2:
type: Molex KK 254
subtype: female
pinout: [GND, RX, TX]
pinlabels: [GND, RX, TX]
cables:
W1:

View File

@ -3,7 +3,7 @@ templates: # defining templates to be used later on
type: Molex KK 254
subtype: female
- &con_i2c
pinout: [GND, +5V, SCL, SDA]
pinlabels: [GND, +5V, SCL, SDA]
- &wire_i2c
category: bundle
gauge: 0.14 mm2
@ -12,7 +12,7 @@ templates: # defining templates to be used later on
connectors:
X1:
<<: *molex_f # copying items from the template
pinout: [GND, +5V, SCL, SDA, MISO, MOSI, SCK, N/C]
pinlabels: [GND, +5V, SCL, SDA, MISO, MOSI, SCK, N/C]
X2:
<<: *molex_f
<<: *con_i2c # it is possible to copy from more than one template
@ -21,7 +21,7 @@ connectors:
<<: *con_i2c
X4:
<<: *molex_f
pinout: [GND, +12V, MISO, MOSI, SCK]
pinlabels: [GND, +12V, MISO, MOSI, SCK]
ferrule_crimp:
style: simple
autogenerate: true

View File

@ -2,11 +2,11 @@ connectors:
X1:
type: Molex KK 254 # more information
subtype: female
pinout: [GND, VCC, RX, TX] # pincount is implicit in pinout
pinlabels: [GND, VCC, RX, TX] # pincount is implicit in pinout
X2:
type: Molex KK 254
subtype: female
pinout: [GND, VCC, RX, TX]
pinlabels: [GND, VCC, RX, TX]
cables:
W1:

View File

@ -2,11 +2,11 @@ connectors:
X1: &boo
type: Molex Micro-Fit
subtype: male
pinout: [GND, VCC]
pinlabels: [GND, VCC]
X2: &con_power_f # define template
type: Molex Micro-Fit
subtype: female
pinout: [GND, VCC]
pinlabels: [GND, VCC]
X3:
<<: *con_power_f # create from template
X4:

View File

@ -2,11 +2,11 @@ connectors:
X1: &boo
type: Molex Micro-Fit
subtype: male
pinout: [GND, VCC]
pinlabels: [GND, VCC]
X2: &con_power_f
type: Molex Micro-Fit
subtype: female
pinout: [GND, VCC]
pinlabels: [GND, VCC]
X3:
<<: *con_power_f
X4:

View File

@ -3,7 +3,7 @@ templates:
- &template_con
type: Molex KK 254
subtype: female
pinout: [GND, VCC, SCL, SDA]
pinlabels: [GND, VCC, SCL, SDA]
- &template_wire
gauge: 0.25 mm2
length: 0.2

View File

@ -3,7 +3,7 @@ templates:
- &template_con
type: Molex KK 254
subtype: female
pinout: [GND, VCC, SCL, SDA]
pinlabels: [GND, VCC, SCL, SDA]
- &template_wire
gauge: 0.25 mm2
length: 0.2

View File

@ -4,8 +4,8 @@ connectors:
Key:
type: Phone Connector
subtype: male 3.5
pinnumbers: [T, R, S]
pinout: [Dot, Dash, Ground]
pins: [T, R, S]
pinlabels: [Dot, Dash, Ground]
show_pincount: false
cables:

View File

@ -5,13 +5,13 @@ connectors:
type: D-Sub
subtype: male
pincount: 25
pinnumbers: [1,14,3,16,5,18,7,20,9,22,11,24,13]
pinout: [ SENSE_P_1, SENSE_N_1, SENSE_P_2, SENSE_N_2, SENSE_P_3, SENSE_N_3, SENSE_P_4,SENSE_N_4, SENSE_P_5, SENSE_N_5, SENSE_P_6, SENSE_N_6, GND ]
pins: [1,14,3,16,5,18,7,20,9,22,11,24,13]
pinlabels: [ SENSE_P_1, SENSE_N_1, SENSE_P_2, SENSE_N_2, SENSE_P_3, SENSE_N_3, SENSE_P_4,SENSE_N_4, SENSE_P_5, SENSE_N_5, SENSE_P_6, SENSE_N_6, GND ]
X2:
type: F48
subtype: female
pincount: 48
pinnumbers: [ z2,b2,d2,z4,b4,d4,z6,b6,d6,z8,b8,d8,z10,b10,d10,z12,b12,d12,z14,b14,d14,z16,b16,d16,z18,b18,d18,z20,b20,d20,z22,b22,d22,z24,b24,d24,z26,b26,d26,z28,b28,d28,z30,b30,d30,z32,b32,d32 ]
pins: [ z2,b2,d2,z4,b4,d4,z6,b6,d6,z8,b8,d8,z10,b10,d10,z12,b12,d12,z14,b14,d14,z16,b16,d16,z18,b18,d18,z20,b20,d20,z22,b22,d22,z24,b24,d24,z26,b26,d26,z28,b28,d28,z30,b30,d30,z32,b32,d32 ]
cables:
W1:

View File

@ -3,11 +3,11 @@ connectors:
X1:
type: Stewart Connector SS-37000-002
subtype: male
pinout: [DA+,DA-,DB+,DC+,DC-,DB-,DD+,DD-] # pincount is implicit in pinout
pinlabels: [DA+,DA-,DB+,DC+,DC-,DB-,DD+,DD-] # pincount is implicit in pinout
X2:
type: Stewart Connector SS-37000-002
subtype: male
pinout: [DB+,DB-,DA+,DD+,DD-,DA-,DC+,DC-]
pinlabels: [DB+,DB-,DA+,DD+,DD-,DA-,DC+,DC-]
cables:
W1:

View File

@ -1,6 +1,6 @@
connectors:
X1: &template1 # define a template for later use
pinout: [GND, VCC, RX, TX] # pincount implicit in pinout
pinlabels: [GND, VCC, RX, TX] # pincount implicit in pinout
type: Molex KK 254
subtype: female
X2:

View File

@ -1,6 +1,6 @@
connectors:
X1: &template_con
pinout: [GND, VCC, SCL, SDA]
pinlabels: [GND, VCC, SCL, SDA]
type: Molex KK 254
subtype: male
notes: to microcontroller # add notes

View File

@ -1,6 +1,6 @@
connectors:
X1:
pinout: [+12V, GND, GND, +5V]
pinlabels: [+12V, GND, GND, +5V]
type: Molex 8981
subtype: female
F1:

View File

@ -1,6 +1,6 @@
connectors:
X1:
pinout: [+12V, GND, GND, +5V]
pinlabels: [+12V, GND, GND, +5V]
type: Molex 8981
subtype: female
F_10: # this is a unique ferrule

View File

@ -2,7 +2,7 @@ connectors:
X1: &template_con
type: Molex KK 254
subtype: female
pinout: [GND, VCC, SCL, SDA]
pinlabels: [GND, VCC, SCL, SDA]
X2:
<<: *template_con
X3: