]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: Jaws actuator positions updated.
authorMichal Vokac <vokac.m@gmail.com>
Fri, 3 Jun 2011 09:24:25 +0000 (11:24 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Fri, 3 Jun 2011 09:24:25 +0000 (11:24 +0200)
src/robofsm/actuators.h

index b687a1e98237121c875d9a69fd1cdb2a9f28108f..520a920f5c3e96059e2da29799ebae5010a49d61 100644 (file)
@@ -45,8 +45,11 @@ typedef enum {
 #define JAW_LEFT_CLOSE 0x60
 #define JAW_RIGHT_CLOSE        0xc0
 
-#define JAW_LEFT_CATCH 0x7a
-#define JAW_RIGHT_CATCH        0xb0
+#define JAW_LEFT_CATCH 0x70
+#define JAW_RIGHT_CATCH        0xbb
+
+#define UP 0x100
+#define DOWN 0x0
 
 #ifdef __cplusplus
 extern "C" {