Skip to content

arduino-library/Nvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvm

This library implements a simple abstraction layer over native Arduino EEPROM library. It provides a means of reading and writing a contiguous data buffer into EEPROM.

Main features:

  • Reducing EEPROM wear by comparing each byte with the corresponding EEPROM copy and only writing the bytes that have been modified.

Usage examples:

Git commands:

  • git submodule add ssh://git@github.com/arduino-library/Nvm src/Nvm
  • git submodule add https://github.com/arduino-library/Nvm src/Nvm

About

Arduino library for non-volatile memory (EEPROM) access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.9%
  • C 47.1%