We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68726fa commit 1f66ac9Copy full SHA for 1f66ac9
ti/tca6507.yaml
@@ -0,0 +1,42 @@
1
+name: TCA6507
2
+variations: TSSOP
3
+description: Low-Voltage 7-Bit I2C and SMBus LED Driver With Intensity Control and Shutdown
4
+datasheet: http://www.ti.com/lit/ds/symlink/tca6507.pdf
5
+keywords: IC, Digital, Driver
6
+
7
+pinout@TSSOP:
8
+ LED:
9
+ P0-6: 8-14
10
11
+ EN: 4
12
13
+ I2C:
14
+ SCL: 2
15
+ SDA: 3
16
17
+ VCC: 1
18
+ GND: 5
19
+ NC: 6, 7
20
21
+properties:
22
+ in: EN, SCL
23
+ out: LED
24
+ bidir: SDA
25
+ power: VCC
26
+ ground: GND
27
+ nc: NC
28
29
+schematic:
30
+ symbol: IC
31
+ left: EN, I2C, NC
32
+ right: LED
33
+ top: VCC
34
+ bottom: GND
35
36
+housing@TSSOP:
37
+ outline: JEDEC MO-153 AB-1
38
+ suffix: PW
39
40
+ padWidth: 1.6
41
+ padHeight: 0.35
42
+ padDistance: 5.6
0 commit comments