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