Air202 i2c.write()和i2c.send()有什么区别?

欢迎您! 我来自波兰。 我在AliExpress买了Air202。
我有这样的剧本。


Hello! I'm from Poland. I bought Air202 on AliExpress.
I have a script like that.

attachments-2019-01-v3CQgPB45c349d5c5159c.PNG
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


请先 登录 后评论

最佳答案 2019-01-10 03:12

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 )

请先 登录 后评论

其它 1 个回答

技术销售Wendal - 软件工程师
擅长:软件开发

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 )

请先 登录 后评论