how to connect a PCA96685 with internali2c

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to connect a PCA96685 with internali2c

692件の閲覧回数
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 返信

596件の閲覧回数
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.
-------------------------------------------------------------------------------