i was doing some testing with EEPROM needing to store some large numbers as a high score, as it is a distance type of game and those tend to require lots of room for points as the points go up fast. i decided to use EEPROM_writeAnything(). when i looked at the reference file in the library folder, there was Print_Number_Float() and Print_Number_Int() but no Print_Number_Long(). do any of you have any ideas for how to solve this? is there a secret function i didnt find? all help is welcome!
i decided to use EEPROM_writeAnything().
Why not use EEPROM.put() and get() ?
So much easier to save and load any data type
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.