Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在翻译一个 arduino I2C 库以在树莓派上运行,我需要知道如何运行wire.requestFrom(address, size);. 我也许可以自己实现它,但我需要知道它的作用。在树莓派上实现这一目标的最简单方法是什么? 我正在翻译的图书馆可以在这里找到。
wire.requestFrom(address, size);
我也许可以自己实现它,但我需要知道它的作用。
回答这个问题的好地方是Arduino 库的文档。
WiringPi 库似乎没有精确的模拟,但现有的 I2C 函数在这里。