Crate lp55231

Source
Expand description

LP55231

This is a driver for the TI LP55231 RGB LED controller IC using the embedded_hal traits.

NOTE that this driver is not yet platform agnostic, as it relies on cortex_m for a delay.

This driver optionally takes a digital output pin to control power to the LP55231. It will drive the pin (digital) high on power-on, and (digital) low on power-off.

Modules§

registers
I2C registers of the LP55231

Structs§

Lp55231
The LP55231 device

Enums§

Addr
Available I2C addresses for the part
D
Enumeration of the 9 LED lines from the chip
Error
Error conditions returned by the LP55231