Arduino-Storage
External Memory Storage library for Arduino
EEPROM.ino File Reference
#include "Storage.h"
#include "Driver/EEPROM.h"
Include dependency graph for EEPROM.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

EEPROM eeprom
 
const int BUF_MAX = 1000
 
static uint8_t buf [BUF_MAX]
 

Function Documentation

void loop ( )

Definition at line 33 of file EEPROM.ino.

void setup ( )

Definition at line 27 of file EEPROM.ino.

Variable Documentation

uint8_t buf[BUF_MAX]
static

Definition at line 25 of file EEPROM.ino.

const int BUF_MAX = 1000

Definition at line 24 of file EEPROM.ino.

EEPROM eeprom

eeprom.SIZE(bytes): 1024

write(N, us, us/byte, kbyte/s) 1, 4, 4.00, 250.00 10, 30780, 3078.00, 0.32 100, 308140, 3081.40, 0.32 1000, 3077476, 3077.48, 0.32

read(N, us, us/byte, kbyte/s) 1, 4, 4.00, 250.00 10, 12, 1.20, 833.33 100, 112, 1.12, 892.86 1000, 1072, 1.07, 932.84

Definition at line 21 of file EEPROM.ino.