Name

eeprom_read — reads from the EEPROM

Synopsis

#include <eeprom.h>   
uint8_t eeprom_read (addr); 
uint16_t addr;
 

Arguments

addr

address to read from

Description

Reads the byte from address addr and returns the read value.