dancojocaru2000/arduino-eeprom@0.1.0

License: MIT

Implements the functions defined by Arduino's EEPROM. https://www.arduino.cc/en/Reference/EEPROM
NodeDescription
eeprom-btncounter-exampleNo description
eeprom-read
Mapped to Arduino's EEPROM.read(addr); https://www.arduino.cc/en/Reference/EEPROMRead
eeprom-update
Mapped to Arduino's EEPROM.update(addr, val); https://www.arduino.cc/en/Reference/EEPROMUpdate
eeprom-write
Mapped to Arduino's EEPROM.write(addr, val); https://www.arduino.cc/en/Reference/EEPROMWrite
To use the nodes in your project you should have the dancojocaru2000/arduino-eeprom library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.