hehe501

Results 1 issues of hehe501

### 描述一下这个bug / Describe the bug 再使用Wire.h进行iic通信时准备获取一个字节的数据时,使用 Wire.endTransmission(false);来完成重启IIC而不IIC释放总线的时序,但实际情况是Wire.endTransmission(false)和Wire.endTransmission(true)产生同样的时序,即都释放了总线,发送了stop命令 ### 复现步骤 / To Reproduce 再使用比如需要先发送地址加寄存器然后加地址的读取寄存器的IIC时序,就会复现,Wire.endTransmission(false)和Wire.endTransmission(true)产生同样的时序 ### 如果正常,应该是什么样 / Expected behavior Wire.endTransmission(false)不会产生stop信号,不会释放IIC总线 ### 截图 / Screenshots 错误时序 ![2](https://github.com/Air-duino/Arduino-AirMCU/assets/58729649/e968aa6d-2992-4beb-8337-b93e57e86b81) 正确的应该是 ![1](https://github.com/Air-duino/Arduino-AirMCU/assets/58729649/083dce74-d1c2-4b64-b07d-7e05acb1d47d) ### 日志...

⚠描述属实