2 writes to _numberOfConsecutiveI2cWrites
Arduino (2)
FirmataDevice.cs (2)
1099_numberOfConsecutiveI2cWrites = 0; // after we get a reply, we can free-fire a few times again 1106_numberOfConsecutiveI2cWrites++;
1 reference to _numberOfConsecutiveI2cWrites
Arduino (1)
FirmataDevice.cs (1)
1107if (_numberOfConsecutiveI2cWrites % 4 == 0)