This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AMC7812B驱动程序



基于nxp的imx.rt1052-evkb开发板,通过i2c与amc7812b进行通信。寻求相关的demo驱动程序。然后还有个问题就是我看芯片手册时,得知slave address是0x2c,可是进行读写操作时后面要跟 0 或者 1 ,来表示方向,这个怎么理解??是直接把slave address地址左移1位然后与上 0 或者 1 吗?