Files
sics/ecbcounter.h
cvs b1fd8e77ac - First working version of counter driver for ECB
- Motor driver works for normal, control and encoder motors
2003-01-29 07:42:18 +00:00

18 lines
450 B
C

/*-------------------------------------------------------------------------
Header file for the counter driver for the Risoe ECB system.
copyright: see file COPYRIGHT
Mark Koennecke, January 2003
-------------------------------------------------------------------------*/
#ifndef ECBCOUNTER
#define ECBCOUNTER
#include "countdriv.h"
pCounterDriver MakeECBCounter(char *ecb);
void KillECBCounter(CounterDriver *pDriv);
#endif