summaryrefslogtreecommitdiffstats
path: root/source/qFix/qfixI2CDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/qFix/qfixI2CDefs.h')
-rw-r--r--source/qFix/qfixI2CDefs.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/source/qFix/qfixI2CDefs.h b/source/qFix/qfixI2CDefs.h
new file mode 100644
index 0000000..5caa55c
--- /dev/null
+++ b/source/qFix/qfixI2CDefs.h
@@ -0,0 +1,21 @@
+//------------------------------------------------------------------
+// qfixI2CDefs.h
+//
+// This file contains definitions for the qfix I2C protocol.
+//
+// Copyright 2005 by KTB mechatronics GmbH
+// Author: Stefan Enderle
+//------------------------------------------------------------------
+
+
+#ifndef qfixI2CDefs_h
+#define qfixI2CDefs_h
+
+
+const uint8_t I2C_ADDR_BOBBYBOARD = 1;
+const uint8_t I2C_ADDR_LCD = 2;
+
+
+
+#endif
+