ikalogic / ScanaStudio-scripts-v3

8 stars 13 forks source link

I2C: last stop condition is not processed #23

Open EmergReanimator opened 1 year ago

EmergReanimator commented 1 year ago

In the V0.12 the last stop condition is not processed. The last SDA transition is skipped intentionally. That's why the processing of stop condition does not take place. The complete last I2C packet is missing too as a consequence of that.

image