We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84376a7 commit 7061c5dCopy full SHA for 7061c5d
libraries/EEPROM/src/EEPROM.h
@@ -45,6 +45,7 @@ class EEPROMClass {
45
uint16_t length();
46
bool commit();
47
void end();
48
+ bool isDirty();
49
50
uint8_t *getDataPtr();
51
uint16_t convert(bool clear, const char *EEPROMname = "eeprom", const char *nvsname = "eeprom");
0 commit comments