Added to repository.

r986 | ffr | 2006-05-09 09:17:15 +1000 (Tue, 09 May 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-05-09 09:17:15 +10:00
committed by Douglas Clowes
parent a72513165b
commit 81359a740f
26 changed files with 6557 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*--------------------------------------------------------------------------
* 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