no diff should ocurr as a result of the refactoring Add `metadata.title` to `demo01.yml` to avoid diffs later when calling via CLI Add temporary loop to `demo01` for debugging purposes Add `cleanup.sh` (maybe move/delete later? or add commit hook?) Deprecate Python 3.7, add Python 3.10 Add `devtools.txt` Add `pyan` to `devtools.txt` Add sample use to `devtools.txt`
28 lines
420 B
YAML
28 lines
420 B
YAML
metadata:
|
|
title: demo01
|
|
|
|
connectors:
|
|
X1:
|
|
type: D-Sub
|
|
subtype: female
|
|
pinlabels: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI]
|
|
X2:
|
|
type: Molex KK 254
|
|
subtype: female
|
|
pinlabels: [GND, RX, TX]
|
|
|
|
cables:
|
|
W1:
|
|
gauge: 0.25 mm2
|
|
length: 0.2
|
|
color_code: DIN
|
|
wirecount: 3
|
|
shield: true
|
|
|
|
connections:
|
|
- - X1: [5, 2, 3]
|
|
- W1: [1, 2, 3]
|
|
- X2: [1, 3, 2]
|
|
- - X1: 5
|
|
- W1: s
|