Skip to content

Contains library with high level abstraciton of eeprom on arduino.

License

Notifications You must be signed in to change notification settings

janjurca/Highprom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Highprom

Contains library with high level abstraciton of eeprom on arduino. This library allows you to ease your work with EEPROM memmory on you arduino. It is doing associative array abstraction over part (or full) of Arduino EEPROM.

The mechanism works on storing C strings (array of character ending by '\0'), so in EEPROM is in fact stored pairs, key and value.

Then the string value inserting/updating is as simple as this:

prom.insertValue("key","value");

About

Contains library with high level abstraciton of eeprom on arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published