Part Number: MSP430I2041
Other Parts Discussed in Thread: OPT3001-Q1, LP8860-Q1, OPT3001, MSP430FR2355,
I am already successfully using DriverLib I2C drivers to write registers on an LP8860-Q1 backlight controller. What I need help with is calling the right DriverLib master mode API calls in the right order to read from an OPT3001-Q1 ambient light sensor. I have read the DriverLib User Guide and the HTML documentation and there is not enough detail to understand how to properly mix the API calls to get a combination write/read with repeated start condition to meet the OPT3001-Q1 read cycle requirements. None of the I2C DriverLib code examples show the proper API call orders either. Please help me understand what API call order I should use for a read cycle on a OPT3001-Q1. Thank you...