18 lines
429 B
C
18 lines
429 B
C
/*--------------------------------------------------------------------------
|
|
* dmc2280.h
|
|
|
|
The Galil motion controller driver include file
|
|
|
|
Nick Hauser, March 2004
|
|
|
|
copyright: see implementation file.
|
|
---------------------------------------------------------------------------*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
MotorDriver *CreateDMC2280(SConnection *pCon, int argc, char *argv[]);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|