- First working version of counter driver for ECB
- Motor driver works for normal, control and encoder motors
This commit is contained in:
@@ -292,12 +292,12 @@ static float FAILRATE;
|
||||
return COREDO;
|
||||
}
|
||||
/*--------------------------------------------------------------------------*/
|
||||
static int SIMSet(struct __COUNTER *self, int iCode, int iCter, float FVal)
|
||||
static int SIMSet(struct __COUNTER *self, char *name, int iCter, float FVal)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
/*--------------------------------------------------------------------------*/
|
||||
static int SIMGet(struct __COUNTER *self, int iCode, int iCter, float *fVal)
|
||||
static int SIMGet(struct __COUNTER *self, char *name, int iCter, float *fVal)
|
||||
{
|
||||
*fVal = 25.999;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user