diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h index b2a4dbf..5366ed9 100644 --- a/src/storage.h +++ b/src/storage.h @@ -40,6 +40,13 @@ class Storage { void reset(); /** + * Checks whether the EEPROM contains animathion data. + * + * @return true if the EEPROm contains valid-looking data + */ + bool hasData(); + + /** * Load pattern from EEPROM. * * @param idx pattern index |