From the EEPROM.get() reference page:
Returns
A reference to the data passed in
Why would you want to print THAT?
The value that you read is in p, but you don't seem to care what that value is.
From the EEPROM.get() reference page:
Returns
A reference to the data passed in
Why would you want to print THAT?
The value that you read is in p, but you don't seem to care what that value is.