1
0
ergogen/test/footprints/rest.yaml
Luke Kershaw e0eb43566f
Expand test coverage (#77)
* ignore line endings in cli tests
* ignore line endings in integration tests
* expand code coverage for `choc` footprint
* expand code coverage for `chocmini` footprint
* expand code coverage for `mx` footprint
* expand code coverage for `pad` footprint
* expand code coverage for rest of footprints
* expand code coverage for `anchor.js`
* expand code coverage for `units.js`
* expand code coverage for `points.js`
* expand code coverage for `filter.js`
* expand code coverage for `outlines.js`
* expand code coverage for `pcbs.js`
* expand code coverage for `ergogen.js`
* expand code coverage for `kle.js`
* more code coverage for `outlines.js`
* expand code coverage for `cases.js`
2023-01-23 10:02:08 +01:00

86 lines
1.2 KiB
YAML

points.zones.matrix:
pcbs.pcb.footprints:
- what: alps
params:
from: from
to: to
- what: jstph
params:
pos: pos
neg: neg
adjust.shift: [50, 0]
- what: jumper
params:
from: from
to: to
adjust.shift: [100, 0]
- what: oled
params:
SDA: SDA
SCL: SCL
adjust.shift: [0, 50]
- what: omron
params:
from: from
to: to
adjust.shift: [50, 50]
- what: rgb
params:
din: din
dout: dout
adjust.shift: [100, 50]
- what: rotary
params:
from: from
to: to
A: A
B: B
C: C
adjust.shift: [0, 100]
- what: scrollwheel
params:
from: from
to: to
A: A
B: B
C: C
D: D
adjust.shift: [50, 100]
- what: slider
params:
from: from
to: to
adjust.shift: [100, 100]
- what: via
params:
net: net
adjust.shift: [0, 150]
- what: scrollwheel
params:
from: from
to: to
A: A
B: B
C: C
D: D
reverse: true
adjust.shift: [50, 150]
- what: slider
params:
from: from
to: to
side: B
adjust.shift: [100, 150]