aboutsummaryrefslogtreecommitdiff
path: root/maxCommands.h
diff options
context:
space:
mode:
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
+