summaryrefslogtreecommitdiff
path: root/ppmsum.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-07-09 18:49:13 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-07-09 18:50:01 +0200
commit1e38db8e6d96aeec5231d9614ac9f7605773b596 (patch)
tree4fb6091bf79d5f1d55b32c11f6df5c4f37430f7b /ppmsum.h
parent091a4f626f8c6369638a3d54b8b67d9e225673ad (diff)
Added synced-flag to PPMSum class.
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();
};