summaryrefslogtreecommitdiff
path: root/ppmsum.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppmsum.h')
-rw-r--r--ppmsum.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ppmsum.h b/ppmsum.h
new file mode 100644
index 0000000..82b62df
--- /dev/null
+++ b/ppmsum.h
@@ -0,0 +1,13 @@
+#ifndef PPMSUM_H
+#define PPMSUM_H
+
+#include <stdint.h>
+
+class PPMSum {
+ public:
+ int16_t data[4];
+
+ void start();
+};
+
+#endif