BayEOSArduino Library
|
Public Member Functions | |
BayEOSBufferSPIFlash () | |
void | init (SPIFlash &flash, uint8_t flush_skip=20) |
Public Member Functions inherited from BayEOSBuffer | |
unsigned long | available (void) |
uint8_t | freeSpace (uint16_t length) |
void | makeFreeSpace (uint16_t length) |
unsigned long | freeSpace (void) |
int | readPacket (uint8_t *dest) |
uint8_t | readBinary (unsigned long pos, uint8_t length, uint8_t *dest) |
uint8_t | readBinary (unsigned long pos, unsigned long end, uint8_t length, uint8_t *dest) |
void | next (void) |
void | set (unsigned long pos) |
void | seekReadPointer (unsigned long pos) |
void | reset (void) |
void | skip (void) |
uint8_t | addPacket (const uint8_t *payload, uint8_t length) |
uint8_t | initPacket (unsigned long pos) |
uint8_t | initNextPacket (void) |
uint8_t | packetLength (void) |
unsigned long | packetMillis (void) |
void | setRTC (RTC &rtc, uint8_t timeType=RTC_ABSOLUTE_SECONDS) |
uint8_t | rtc (void) |
unsigned long | getTime (void) |
unsigned long | writePos (void) |
unsigned long | readPos (void) |
unsigned long | endPos (void) |
unsigned long | length (void) |
Additional Inherited Members | |
Public Attributes inherited from BayEOSBuffer | |
uint8_t | _timeType |
boolean | _framesDiscarded |
Protected Member Functions inherited from BayEOSBuffer | |
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) |
Protected Attributes inherited from BayEOSBuffer | |
unsigned long | _max_length |
RTC * | _rtc |
unsigned long | _read_pos |
unsigned long | _write_pos |
unsigned long | _pos |
unsigned long | _end |
BayEOSBufferSPIFlash::BayEOSBufferSPIFlash | ( | ) |
Constructor
void BayEOSBufferSPIFlash::init | ( | SPIFlash & | flash, |
uint8_t | flush_skip = 20 |
||
) |
Init SPIFlash Buffer
Per default, _read_pos, _write_pos and _end are saved to the last sector of the flash storage in a way [unsigned long sig=0x0f0f0f0fL][_read_pos][_write_pos][_end_pos]
flush_skip > 0 will ignore flush commands until the counter reaches flush_skip