Routines to control EEPROM. More...

Go to the source code of this file.
Defines | |
| #define | Enable_eeprom() |
| #define | Disable_eeprom() |
| #define | eeprom_busy() (EECR &(1<<EEPE)) |
| #define | eeprom_wr(addr, b) (EEAR=addr, EEDR=b, EECR |= (1<<EEMPE),EECR |= (1<<EEPE)) |
Functions | |
| Byte | eeprom_rd (Uint16 addr) |
Routines to control EEPROM.
Definition in file eep_drv.h.
| #define eeprom_wr | ( | addr, | |
| b | |||
| ) | (EEAR=addr, EEDR=b, EECR |= (1<<EEMPE),EECR |= (1<<EEPE)) |
1.7.2