Other Parts Discussed in Thread: TCA9555, PCA9555
Hi Sir
Because my customer have no use TCA9548APW & TCA9555 experence.
May we have example code(simple example C program code) for there 2 device?
where we can get it?
Bogey
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.
Hey Chen,
We typically do not provide code for our devices. One thing you can do is search on google for some code/drivers. To make the search easier you can search for PCA9548 and PCA9555 as the NXP drivers/code should work for our device as well.
Now, I recently got into coding in Arduino which is C++ based so I may be able to show an example with commenting for you.
Note: I am using a library called Wire to call functions.
Initializing values:
Example code:
I hope this helps.
Thanks,
-Bobby