EEPROM.put() endianness

BTW, in newer AVR chips, like the ATmega4809 used in Nano Every, EEPROM is mapped into the same address space as RAM data. That means that reading EEPROM is just like reading any other data, adding an additional reason to use the same endianness for EEPROM that is used by the compiler for data.