- 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:
@ -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
|
||||
|
Reference in New Issue
Block a user