Gripper & Experimenter’s Module

case sfRIGHT:

which = sfRIGHTLEDBIT;

break;

default:

which = 0;

}

switch(state)

{

case sfOFF:

sfRobotCom2Bytes(sfCOMDIGOUT, which, 0);

break;

case sfON:

sfRobotCom2Bytes(sfCOMDIGOUT, which, which);

break;

}

}

23

Page 27
Image 27
Pioneer Module Mobile manual Gripper & Experimenter’s Module