void memcpy_to_eeprom_with_checksum(unsigned int destination, char *source, unsigned int size)
Extensions added as part of Grbl.
int memcpy_from_eeprom_with_checksum(char *destination, unsigned int source, unsigned int size)
unsigned char eeprom_get_char(unsigned int addr)
Read byte from EEPROM.
void eeprom_put_char(unsigned int addr, unsigned char new_value)
Write byte to EEPROM.