Sensorian  1.0
C API Reference Guide Library
EEPROM.c File Reference

EEPROM driver. More...

#include "EEPROM.h"
#include "i2c.h"
#include <time.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void EEPROM_Write (unsigned char mem_address, unsigned char ee_data)
 This function writes a single byte in the I2C EEPROM. More...
 
void EEPROM_WriteProtected (unsigned char mem_address, unsigned char ee_data)
 The function writes to the protected EEPROM space. More...
 
unsigned char EEPROM_Read (unsigned char mem_address)
 The function reads a data byte from the EEPROM. More...
 
void EEPROM_SetBlockProtection (ProtectionSettings_t protSetting)
 This function sets the Block protection settings. More...
 
void EEPROM_WritePage (char mem_address, char *buffer)
 This function writes a single page to the RTCC EEPROM. More...
 
void EEPROM_ReadPage (char mem_address, char *buffer)
 This function reads a single page from the RTCC EEPROM. More...
 

Detailed Description

EEPROM driver.

Author
D.Qendri
Date
30 May 2015

Definition in file EEPROM.c.