-
Notifications
You must be signed in to change notification settings - Fork 11
/
4047.yaml
51 lines (50 loc) · 1.04 KB
/
4047.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
---
description: Monostable/astable multivibrator
package: DIP
pincount: 14
family: "4000"
datasheet: "http://www.standardics.nxp.com/products/hef/datasheet/hef4047b.pdf"
pins:
- num: 1
sym: C
desc: capacitor connection
- num: 2
sym: R
desc: resistor connection
- num: 3
sym: RC COMMON
desc: resistor and capacitor common connection
- num: 4
sym: ~ASTABLE
desc: astable enable (active low)
- num: 5
sym: ASTABLE
desc: astable enable (active high)
- num: 6
sym: "-TRIGGER"
desc: monostable negative-edge trigger
- num: 7
sym: GND
desc: ground
- num: 8
sym: "+TRIGGER"
desc: monostable positive-edge trigger
- num: 9
sym: RESET
desc: external reset
- num: 10
sym: Q
desc: output
- num: 11
sym: ~Q
desc: complement output
- num: 12
sym: RETRIGGER
desc: monostable retrigger input
- num: 13
sym: OSC OUT
desc: oscillator (double frequency) output
- num: 14
sym: Vcc
desc: supply voltage
...