mixly / Mixly_Arduino

A visual programming editor based on blockly for Arduino、Microbit、MicroPython、Python
http://mixly.org/
Apache License 2.0
244 stars 106 forks source link

I2C从机接收存在设计错误 #19

Closed human890209 closed 4 years ago

human890209 commented 4 years ago

1、Wire.begin(address); 此处address是I2C从机的地址,但是模块上设置的是管脚。 2、最好能把 i2cReceiveEvent_5(int howMany) 中的howMany暴露给执行部分。希望能像自定义的带参数的procedure那样,通过右键菜单可以创建“获得howMany”。

human890209 commented 4 years ago

我自己修改好了,我不会用Git所以我就把我修改过的文件单独打包了,请搜索YANG就可以查阅我修改的地方,我保留了原先的代码。 YANG updated files 20191023.zip

human890209 commented 4 years ago

我重新整理了更新文档,方便您合并。