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.
我已经让金雅拓 Citerion 概念板与 GSM 功能一起工作。翻看他们的Java Doc和I2C方法,似乎只能将芯片设置为master。
我打算在哪里使用这个板来抽象 GSM 和互联网功能。为此,它需要能够等待来自另一块板的命令。我在想成为一个 i2c 奴隶会是一个很好的方法。等待来自另一个(主)板的消息。
我是否错过了 gemalto 的 javadoc 中的某些内容,或者没有办法将此芯片设置为从设备?