C18 LaurTec Library
2.5
Open Source C Library for PIC18 Microcontrollers
|
#include "intEEPROM.h"
Go to the source code of this file.
Functions | |
char | write_Int_EEPROM (unsigned char data, unsigned char address) |
unsigned char | read_Int_EEPROM (unsigned char address) |
unsigned char read_Int_EEPROM | ( | unsigned char | address | ) |
This function reads a byte from the internal EEPROM.
address | Address where the byte must be read [min: 0, max: 255] |
Definition at line 142 of file intEEPROM.c.
char write_Int_EEPROM | ( | unsigned char | data, |
unsigned char | address | ||
) |
This function writes a byte inside the internal EEPROM.
data | Byte to write [min: 0, max: 255] |
address | Address where the byte must be written [min: 0, max: 255] |
Definition at line 53 of file intEEPROM.c.
References read_Int_EEPROM().