aboutsummaryrefslogtreecommitdiff
path: root/MaxCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'MaxCommands.h')
-rw-r--r--MaxCommands.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/MaxCommands.h b/MaxCommands.h
new file mode 100644
index 0000000..2baff64
--- /dev/null
+++ b/MaxCommands.h
@@ -0,0 +1,18 @@
+#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