27 lines
284 B
YAML
27 lines
284 B
YAML
name: Dummy
|
|
|
|
pinout:
|
|
DIN: 1
|
|
~DOUT: 2
|
|
Vcc: 3
|
|
GND: 4, 5
|
|
NC: 6-8
|
|
|
|
properties:
|
|
power: Vcc
|
|
ground: GND
|
|
in: DIN
|
|
out: ~DOUT
|
|
nc: NC
|
|
inverted: ~DOUT
|
|
|
|
schematic:
|
|
symbol: IC
|
|
left: DIN, NC
|
|
right: ~DOUT, NC
|
|
top: Vcc
|
|
bottom: GND
|
|
|
|
housing:
|
|
outline: JEDEC MS-012 AA
|