aboutsummaryrefslogtreecommitdiff
path: root/maxCommands.h
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2018-12-08 12:33:50 +0100
committerjulian T <julian@jtle.dk>2018-12-08 12:33:50 +0100
commitd59e8bef5c1cd588a664045846dd5dff97873dc4 (patch)
treec242418d1796088e091e2cb21a36eb8350cae208 /maxCommands.h
parentcdc604a862f9a5349336ff101288c993a135cf6f (diff)
Added lots of new functions, still not working
Diffstat (limited to 'maxCommands.h')
-rw-r--r--maxCommands.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/maxCommands.h b/maxCommands.h
new file mode 100644
index 0000000..8fed0ac
--- /dev/null
+++ b/maxCommands.h
@@ -0,0 +1,19 @@
+#ifndef MaxCommands
+#define MaxCommands
+
+#define maxSHUTDOWN_INV 0x0C
+#define maxTEST 0x0F
+#define maxINTENSITY 0x0A
+#define maxDIGIT_0 0x01
+#define maxDIGIT_1 0x02
+#define maxDIGIT_2 0x03
+#define maxDIGIT_3 0x04
+#define maxDIGIT_4 0x05
+#define maxDIGIT_5 0x06
+#define maxDIGIT_6 0x07
+#define maxDIGIT_7 0x08
+#define maxDECODE_MODE 0x09
+#define maxSCAN_LIMIT 0x0B
+
+#endif
+