请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:ADS7138 主题中讨论的其他器件:ADS7828、
您好!
是否有关于如何通过 Linux 与此芯片进行通信的信息? 是否有为此芯片编写的特定驱动程序、或者是否使用通用 I2C 驱动程序?
谢谢
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.
您好 Brett、
您将在 Linux 存储库中的"HWMON"目录中找到一些设备的示例驱动程序。 ADS7828是 ADS7138的上一代 I2C 器件、可用作起点。
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/hwmon
我们不是 Linux 专家、但我们的理解有限、因为驱动程序基本上称为通用 I2C 驱动程序调用。
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/hwmon/ads7828.c