Arduino-EEPROMEx icon indicating copy to clipboard operation
Arduino-EEPROMEx copied to clipboard

Extended EEPROM library for Arduino

Results 22 Arduino-EEPROMEx issues
Sort by recently updated
recently updated
newest added

in file: EEPROMex.cpp in function: void EEPROMClassEx::setMemPool(int base, int memSize) { //Base can only be adjusted if no addresses have already been issued if (_nextAvailableaddress == _base) _base = base;...

I was wondering if it was possible to solve this issue of using the EEPROMex library with an ESP8266 device (such as node MCU) when I try to compile the...

I cannot compile my code for the arduino every board. I only included the library to see if it would compile and it does not. Help. This is the compiler...

Arduino: 1.8.12 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled,...

At least as of the avr-gcc package Arduino is distributing as 7.3.0-atmel3.6.1-arduino5 (with latest megaAVR board package, 1.8.5), for megaavr parts, eeprom_is_ready() is defined as: ``` # define eeprom_is_ready() bit_is_clear...

Beste Thijse, I have troubles using the ATtiny3217 https://github.com/SpenceKonde/megaTinyCore The error is: 'NVM_STATUS' was not declared in this scope Note that the standard Arduino library EEPROM.h still works fine on...

After reading the documentation for this library (both the README, and https://playground.arduino.cc/Code/EEPROMex/), I was at first under the misapprehension that setMaxAllowedWrites set a limit even when _EEPROMEX_DEBUG was not set....

How can I use it with esp8266?

Hi I was thinking to clear memory using Update Function (Avoiding write cycle count in case same value). Default value of EEPROM is 0xFF. Only need to clear the range...

Angle brackets should be used for external includes, guotes for local includes. The former is not critical but the latter is necessary in order to use the library when it's...