Crate ncp5623

source ·
Expand description

No-std rust driver for the ON Semiconductor RGB LED driver Built on the Embbedded HAl I2C Write trait

Structs

  • Instance of a NCP5623 See the chips’s data sheet for details on the API All commands (except NCP5623::shutdown) accept a 5 bit value as input (i.e. 0->31 inclusive). An Error::InvalidValue is returned if the value passed in was not in the valid range

Enums