Other Parts Discussed in Thread: CC2640R2F
Tool/software: Code Composer Studio
Hi,
I am working through the i2ctmp007 example provided within TI Resource Explorer and I am using CCS Cloud.
I am now trying to find reference documentation related to the I2C library (ti/drivers/I2C.h) but there are no obvious html links in TI Resouce Explorer, or elsewhere on TI.COM for that matter, that I could find which would direct me to the library reference documentation. The TI.COM website appears to be very product related, hence making it very difficult to navigate. I tried searching but nothing came up.
I am trying to learn about all the I2C functions available. Some were used in the example I am looking at:
I2C_open( Board_I2C_TMP, &i2cParams)
I2C_transfer(i2c, &i2cTransaction)
This comment applies to all libraries actually. Where is the reference document found?
Thanks