summaryrefslogtreecommitdiff
path: root/ppmsum.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppmsum.h')
-rw-r--r--ppmsum.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ppmsum.h b/ppmsum.h
index 3c4ce79..efc7287 100644
--- a/ppmsum.h
+++ b/ppmsum.h
@@ -11,7 +11,6 @@ class PPMSum {
static PPMSum* self;
uint8_t index;
- uint16_t channels[16];
void irq();
@@ -20,6 +19,9 @@ class PPMSum {
self = this;
}
+ bool synced;
+ uint16_t channels[16];
+
void enable();
};