This is a collection of libraries/code snippets for the Arduino platform.
I originally wrote them for my own projects.
They may be useful to others.
Read & Write Unsigned Long in EEPROM
- readUnsignedLongFromEEPROM(unsigned int EEPROM_address): read Unsigned Long (4bytes) from EEPROM address EEPROM_address
- writeUnsignedLongToEEPROM(unsigned int EEPROM_address, unsigned long value): write Unsigned Long (4bytes) to EEPROM address EEPROM_address