arduino-esp32/libraries/EEPROM/src
lbernstone 932666a03f Ensure that _size is properly set in begin (#2706)
* Ensure that _size is properly set in begin

* NULL check on _data assignment

* Changed _data to malloc in order to catch alloc fails
2019-04-26 19:39:22 +03:00
..
EEPROM.cpp Ensure that _size is properly set in begin (#2706) 2019-04-26 19:39:22 +03:00
EEPROM.h Converted EEPROM library to use nvs instead of partition. (#2678) 2019-04-23 23:55:12 +03:00