how to connect a PCA96685 with internali2c

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to connect a PCA96685 with internali2c

693 次查看
judis_148
Contributor II

i need your help.. this is my code but it doesnt work

WAIT1_Waitms(5);
fruit_SelectSlave(0x00);
fruit_SendChar(0x06);
WAIT1_Waitms(5);
fruit_SelectSlave(0x40);
dato[0]=0xFE;
dato[1]=110;
fruit_SendBlock(&dato,2,&ret);
WAIT1_Waitms(5);
dato[0]=0x00;
dato[1]=0x21;
fruit_SendBlock(&dato,2,&ret);
WAIT1_Waitms(5);

标签 (1)
1 回复

597 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Sharom Tovar

  This is the same question as your another post:

how to control a pca9685 with the frdmkl46z through the internal i2c component 

Please check my answer in your above post.

 To the same question, you don't need to create the same question post.


Have a great day,
Kerry

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------