|
uint8_t | _timeType |
|
boolean | _framesDiscarded |
|
uint8_t | b_write (const uint8_t b) |
|
uint8_t | b_write (const uint8_t *b, uint8_t length) |
|
int | b_read () |
|
int | b_read (uint8_t *dest, int length) |
|
uint8_t | b_seek (unsigned long pos) |
|
unsigned long | _max_length |
|
RTC * | _rtc |
|
unsigned long | _read_pos |
|
unsigned long | _write_pos |
|
unsigned long | _pos |
|
unsigned long | _end |
|
◆ BayEOSBufferEEPROM()
BayEOSBufferEEPROM::BayEOSBufferEEPROM |
( |
| ) |
|
◆ init()
void BayEOSBufferEEPROM::init |
( |
uint8_t |
i2c_address, |
|
|
unsigned long |
max_length, |
|
|
uint16_t |
pointer_offset = 12 |
|
) |
| |
Init EEPROM Buffer
Per default, _read_pos, _write_pos and _end are saved to the last 12 bytes of the eeprom For long running eeproms one may reach the limit of 1.000.000 write cycles on this address! set pointer_offset=0 to disable storing of poiters
The documentation for this class was generated from the following files:
- BayEOS-Arduino/libraries/BayEOSBuffer/BayEOSBufferEEPROM.h
- BayEOS-Arduino/libraries/BayEOSBuffer/BayEOSBufferEEPROM.cpp