Need explanation for EEPROM usage (generally and on Photon)

As said, hex is only for us humans to understand it. If you write 0x45 or 69 or ‘E’ does not matter.

For the length of your data you can use the sizeof(firstVar) operator to calculate the next base address.

1 Like