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). AnError::InvalidValue
is returned if the value passed in was not in the valid range
Enums
- 7-bit I2C address of the NCP5623
- Enum of valid commands that can be sent, for use with the
NCP5623::send_command
function - Error type