summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
index d0a4a67..ea294cb 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -47,6 +47,8 @@ class Storage {
*/
bool hasData();
+ uint8_t numPatterns() { return num_anims; };
+
/**
* Load pattern from EEPROM.
*