Routines to control EEPROM.
More...
#include "config.h"
Go to the source code of this file.
Detailed Description
Routines to control EEPROM.
- Compiler: IAR EWAVR and GNU GCC for AVR
- Supported devices: ATmega32U4
- Author:
- Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/
Definition in file eep_drv.c.
Function Documentation
Definition at line 60 of file eep_drv.c.
{
EEAR = addr;
EECR |= (1<<EERE);
return(EEDR);
}