请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TCA9554 主题中讨论的其它部件:PCA9554、 PCA9555
您好!
我使用 TCA9554DBQR 进行 I2C 至 GPIO 扩展。 但无法找到任何参考源代码。
是否有适用于此 IC 的 Arduino 兼容代码?
此致、
Preethi
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.
您好、Preethi、
我们不提供用于 I2C 器件的软件/驱动程序(除非 EVM 版本中包含该软件/驱动程序)、但是您可以通过搜索 PCA9554来查找 Arduino 代码、因为我们的 TCA 系列修复了 PCA 系列中的一些问题、并且可以直接替换我们竞争对手的 PCA9554。 如果有 PCA9554的代码、它也适用于 TCA9554。
此链接也很有用。
我在 Arduino 网站上找到的代码没有特别提到 PCA9554、但它提到 PCA9555、它是16位版本、因此代码也应该类似。 (寄存器可能稍有不同、但我认为这可以让您快速入门)
谢谢、
-Bobby