Rev 94 |
Blame |
Compare with Previous |
Last modification |
View Log
| SVN
| RSS feed
/*********************************************************************
*
* Functions for reading and writing to EEPROM.
*
*********************************************************************
* FileName: $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/hwid/EmbeddedSoftware/PIC/Include/EEAccess.h $
* Last changed: $LastChangedDate: 2006-11-14 20:15:02 +0100 (Tue, 14 Nov 2006) $
* By: $LastChangedBy: johboh $
* Revision: $Revision: 94 $
********************************************************************/
#ifndef __EEACCESS_H
#define __EEACCESS_H
#include <typedefs.h>
BYTE EERead(WORD addr);
void EEWrite(WORD addr,BYTE data);
#endif //EEACCESS_H