#include "wheelCtrl.h"

Go to the source code of this file.
Functions | |
| int | change_wheelVel2Cnt (wheelInfo_t *whl, int mm_sec_vel) |
| int | change_wheelCnt2Vel (wheelInfo_t *whl, int cnt_msec_vel) |
| void | initWheelInfo (wheelInfo_t *whl, motorInfo_t *mtr, encInfo_t *enc, const unsigned char id) |
| void | setWheelFree (wheelInfo_t *whl) |
| void | setWheelMoveVelocity (int mm_sec_vel, wheelInfo_t *whl) |
$Id$
Definition in file wheelCtrl.c.
1.5.7.1