MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
Go to the source code of this file.
Classes | |
class | MHV_EEPROM |
Defines | |
#define | MHV_EEPROM_ASSIGN_INTERRUPTS(_mhvEeprom) |
#define | MHV_EEPROM_CREATE(_mhvObjectName) |
#define | MHV_EEPROM_BUSY -1 |
#define MHV_EEPROM_ASSIGN_INTERRUPTS | ( | _mhvEeprom | ) |
ISR(MHV_EEPROM_VECT) { \ _mhvEeprom.writeInterrupt(); \ }
Definition at line 35 of file MHV_EEPROM.h.
#define MHV_EEPROM_BUSY -1 |
Definition at line 44 of file MHV_EEPROM.h.
#define MHV_EEPROM_CREATE | ( | _mhvObjectName | ) |
MHV_EEPROM _mhvObjectName; \ MHV_EEPROM_ASSIGN_INTERRUPTS(_mhvObjectName);
Definition at line 40 of file MHV_EEPROM.h.