forked from 74hc595/chipdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
741.yaml
51 lines (50 loc) · 1.01 KB
/
741.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: Operational amplifier
package: DIP
pincount: 8
family: "linear"
datasheet: "http://www.national.com/ds/LM/LM741.pdf"
pins:
- num: 1
sym: OFFSET NULL
desc: offset null
- num: 2
sym: IN-
desc: inverting input
- num: 3
sym: IN+
desc: non-inverting input
- num: 4
sym: Vss
desc: negative supply voltage
- num: 5
sym: OFFSET NULL
desc: offset null
- num: 6
sym: OUT
desc: output
- num: 7
sym: Vcc
desc: positive supply voltage
- num: 8
sym: NC
desc: no connection
specs:
- param: Supply voltage
val: ["±10 (min)", "±22 (max)"]
unit: V
- param: Maximum input voltage
val: "±15"
unit: V
- param: Gain bandwidth
val: 1
unit: MHz
- param: Slew rate
val: 0.5
unit: "V/µs"
- param: Supply current
val: 1.7
unit: mA
notes:
- "A 10 kΩ potentiometer connected to pins 1 and 5 can be used to null any offset voltage."
...