Arduino-Libraries icon indicating copy to clipboard operation
Arduino-Libraries copied to clipboard

updateByte gives error "Exceeded maximum number of writes"

Open webnology-ch opened this issue 12 years ago • 0 comments

When setting: const int maxAllowedWrites = 1; and using the updateByte function I get the error: "Exceeded maximum number of writes".

this does NOT happen if: const int maxAllowedWrites = 2;

if I use writeByte and const int maxAllowedWrites = 1; the error does not appear.

webnology-ch avatar Dec 04 '13 21:12 webnology-ch