- Created a modified swithc motor which takes into account the new motor drivers

- Added the missing linux_def file into the repository
- Fixed a bug relating to scattering sense in selector.c
This commit is contained in:
cvs
2003-08-20 14:32:52 +00:00
parent a9d5607fea
commit 3f17e76df1
4 changed files with 367 additions and 1 deletions

View File

@ -14,7 +14,11 @@
int MakeSWMotor(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int MakeSWHPMotor(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int SWMotorAction(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif