Store long long into EEPROM

Is it possible to store long long variables into eeprom?

I wouldn’t see why not.
If I had a question like this I’d just try it out :wink:

If you haven’t searched on uint64_t or int64_t you may be interested in this topic. Snprintf() not handling %lli or %llu for int64_t and uint64_t respectively

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.