X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Fcobboard%2Factuator.c;h=c6a685b8624d81667a11d60ceadf3655dd72fb07;hp=8d2355d15981184a6b0bdcdc76bd965361a5498c;hb=ecbe3387a90b1ca0e8a8584af631ae2d1f9c61d8;hpb=5d21466eb434aa44eeb334a19668c58ffef5665f diff --git a/projects/microb2010/cobboard/actuator.c b/projects/microb2010/cobboard/actuator.c index 8d2355d..c6a685b 100644 --- a/projects/microb2010/cobboard/actuator.c +++ b/projects/microb2010/cobboard/actuator.c @@ -45,18 +45,17 @@ #include "main.h" #include "actuator.h" -#define COBROLLER_SPEED 600 -//#define COBROLLER_SPEED 400 +#define COBROLLER_SPEED 1000 #define SERVO_DOOR_OPEN 300 #define SERVO_DOOR_CLOSED 530 #define SERVO_DOOR_BLOCK 530 #define SERVO_CARRY_L_OPEN 295 -#define SERVO_CARRY_L_CLOSED 400 // 510 +#define SERVO_CARRY_L_CLOSED 430 //400 #define SERVO_CARRY_R_OPEN 455 -#define SERVO_CARRY_R_CLOSED 350 // 250 +#define SERVO_CARRY_R_CLOSED 320 //350 void actuator_init(void);