Skip to content

aterentiev/EEPROM2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEPROM2

Extended Arduino EEPROM library with array functions

This library is fully compatible with the standard EEPROM library delivered with Arduino. Just replace #include <EEPROM.h> with #include <EEPROM2.h>

Following functions are added:

void EEPROM.read(address, array *, count);
void EEPROM.write(address, array *, count);

New functions read and write a block of EEPROM data starting on given address.

Please note that no address or pointer check is performed!

About

Extended Arduino EEPROM library with array functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages