MicrowireEEPROM
MicrowireEEPROM copied to clipboard
Reading 16 adw
It does not read 16 ADW
It will read fine.. but.. For the 93LC46B I set the address bit to 6 and page size to 16.. It worked fine in the demo sketch until the int rolled over into negative.. Simply modify the demo sketch to read an unsigned int.. old = int r = ME.read(addr); new = unsigned int r = ME.read(addr);