欢迎您! 我来自波兰。 我在AliExpress买了Air202。
我有这样的剧本。
Hello! I'm from Poland. I bought Air202 on AliExpress.
I have a script like that.
i2c.write()和i2c.send()有什么区别?
i2c.read()和i2c.recv()有什么区别?
谢谢你的解释。
What is the difference between i2c.write() and i2c.send()?
What is the difference between i2c.read() and i2c.recv()?
Thanks for the clarification.
这是使用init()函数的结果。
This is the result of using the init() function.
[2019-01-08 13:10:20.865]: test init 1B
[2019-01-08 13:10:20.880]: test init 6A
[2019-01-08 13:10:20.880]: test init 1E
[2019-01-08 13:10:20.880]: test init 21
[2019-01-08 13:10:20.896]: test init 1B
[2019-01-08 13:10:20.896]: test init 1B
[2019-01-08 13:10:20.896]: test init 1B
这是使用init1()函数的结果。
This is the result of using the init1() function.
[2019-01-08 13:11:20.837]: test init1 1B
[2019-01-08 13:11:20.853]: test init1 6A
[2019-01-08 13:11:20.853]: test init1 1E
[2019-01-08 13:11:20.853]: test init1 21
[2019-01-08 13:11:20.869]: test init1 1B
[2019-01-08 13:11:20.869]: test init1 1B
[2019-01-08 13:11:20.884]: test init1 1B
https://gitee.com/wendal/Luat_Lod_Source/blob/add_fatfs/core/cust_src/elua/modules/src/i2c.c
i2c.read( id, [slave,] reg, size )
i2c.recv( id, slave,size )
如果觉得我的回答对您有用,请随意打赏。你的支持将鼓励我继续创作!
https://gitee.com/wendal/Luat_Lod_Source/blob/add_fatfs/core/cust_src/elua/modules/src/i2c.c
i2c.read( id, [slave,] reg, size )
i2c.recv( id, slave,size )
如果觉得我的回答对您有用,请随意打赏。你的支持将鼓励我继续创作!