Files
sics/site_ansto/motor_dmc2280.h
Ferdi Franceschini 81359a740f Added to repository.
r986 | ffr | 2006-05-09 09:17:15 +1000 (Tue, 09 May 2006) | 2 lines
2012-11-15 12:44:13 +11:00

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