Name
eeprom_write —
writes to the EEPROM
Synopsis
#include <eeprom.h>
void eeprom_write ( | addr, | |
| | val); | |
uint16_t addr;
uint8_t val;
Arguments
addr
address to write to
val
value to be written
Description
Writes the byte val to the address specified by addr.