eeprom_read — reads from the EEPROM
#include <eeprom.h>
uint8_t eeprom_read (
)
uint16_t addr
addr
address to read from
Reads the byte from address addr and returns the read value.