-
Notifications
You must be signed in to change notification settings - Fork 11
/
4051.yaml
61 lines (60 loc) · 1.29 KB
/
4051.yaml
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
51
52
53
54
55
56
57
58
59
60
---
description: "8-channel analog multiplexer/demultiplexer"
package: DIP
pincount: 16
family: "4000"
datasheet: "http://www.standardics.nxp.com/products/hef/datasheet/hef4051b.pdf"
pins:
- num: 1
sym: Y4
desc: independent input/output
- num: 2
sym: Y6
desc: independent input/output
- num: 3
sym: Z
desc: common input/output
- num: 4
sym: Y7
desc: independent input/output
- num: 5
sym: Y5
desc: independent input/output
- num: 6
sym: ~E
desc: enable input (active low)
- num: 7
sym: V__EE
desc: switch negative supply voltage
- num: 8
sym: GND
desc: ground
- num: 9
sym: A2
desc: address input
- num: 10
sym: A1
desc: address input
- num: 11
sym: A0
desc: address input
- num: 12
sym: Y3
desc: independent input/output
- num: 13
sym: Y0
desc: independent input/output
- num: 14
sym: Y1
desc: independent input/output
- num: 15
sym: Y2
desc: independent input/output
- num: 16
sym: V__CC
desc: supply voltage
notes:
- The device contains eight bidirectional analog switches.
- The analog inputs/outputs can swing between V__CC and V__EE.
- When ~E is high, all switches are in a high-impedance off state.
...