add position defines
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 11 Aug 2011 19:00:01 +0000 (19:00 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 11 Aug 2011 19:00:01 +0000 (19:00 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@42 47cf9a05-e0a8-4ed5-9e9b-101a649bc004

TactonLibrary.suo
TactonPlayer/Tacton.hpp

index bea52c2c5dde0d2158285333f8befcf67209fdc3..70e4b0443ee2254c7c108cfffc975293eca39965 100644 (file)
Binary files a/TactonLibrary.suo and b/TactonLibrary.suo differ
index 2a0df409f35e8a161ec9f5861068baaea32feb0b..d5ac0d44d61d963674a53ed8a3906606a5b67e3a 100644 (file)
@@ -1,6 +1,16 @@
 #ifndef _TACTON_\r
 #define _TACTON_\r
 \r
+#define POS1_UP_FOREWARD 0x01\r
+#define POS1_UP_BACKWARD 0x02\r
+#define POS1_DOWN_FOREWARD 0x08\r
+#define POS1_DOWN_BACKWARD 0x04\r
+\r
+#define POS1_RIGHT 0x01\r
+#define POS1_UP 0x02\r
+#define POS1_LEFT 0x04\r
+#define POS1_DOWN 0x08\r
+\r
 class Tacton \r
 {\r
        public:\r