We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The slice returned by the library is 1 item too long. That is, len(eeprom[0:5]) is equal to 6 instead of 5.
len(eeprom[0:5])