Skip to content

Commit 1f66ac9

Browse files
committed
TI: Add I2C LED driver
1 parent 68726fa commit 1f66ac9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

ti/tca6507.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)