-
Notifications
You must be signed in to change notification settings - Fork 17
/
entree.yml
50 lines (47 loc) · 1.11 KB
/
entree.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
templates: # defining templates to be used later on
- &molex_pico_f
type: Molex Picoblade 51021-0400
subtype: female
- &molex_pico_m
type: Molex Picoblade 53261-0471
subtype: male
- &bmp_wire
gauge: 0.25 mm2
colors: [RD, GN, VT, BK]
- &qwiic_wire
gauge: 0.14 mm2
colors: [BK, RD, BU, YE]
connectors:
entree-molex:
<<: *molex_pico_f
pinlabels: [GND, CAN-, CAN+, VBUS]
notes: VBUS can be forced or only enabled with valid USB-PD profile. Please see usage information.
header:
style: simple
autogenerate: true
type: Pin header
subtype: female 2.54 mm²
entree-jst:
type: JST SM04B
subtype: female
pinlabels: [VBUS, CAN+, CAN-, GND]
cables:
W1:
<<: *bmp_wire
type: Black Magic 0.1in Pin Header Serial Cable
show_equiv: true # auto-calculate AWG equivalent
length: 0.25
W2:
<<: *qwiic_wire
type: STEMMA/Qwiic
show_equiv: true # auto-calculate AWG equivalent
length: 0.150
connections:
-
- entree-molex: [1,2,3,4]
- W1: [1,2,3,4]
- header
-
- entree-jst: [1,2,3,4]
- W2: [1,2,3,4]
- header