| ||||||
RobotC EEPROM Driver. More...
#include "common.h"Go to the source code of this file.
Defines | |
| #define | EEPROM_I2C_ADDR 0xA0 |
| #define | EEPROM_PAGE_SIZE 128 |
Functions | |
| bool | EEPROMreadBytes (tSensors link, long address, tByteArray &data, int numbytes) |
| bool | EEPROMwriteBytes (tSensors link, long address, tByteArray &data, int numbytes) |
| bool | _EEPROMwriteDummy (tSensors link, long address) |
Variables | |
| tByteArray | EEPROM_I2CRequest |
| tByteArray | EEPROM_I2CReply |
RobotC EEPROM Driver.
eeprom.h provides an API for the AT24C512, 24AA512 and 24AA1025 EEPROMs.
Changelog:
License: You may use this code as you wish, provided you give credit where its due.
THIS CODE WILL ONLY WORK WITH ROBOTC VERSION 3.59 AND HIGHER.
Definition in file eeprom.h.
1.7.2