- Driver for the Risoe Temperature controller
- HM is now working - display code added
This commit is contained in:
1
gpib.w
1
gpib.w
@ -40,6 +40,7 @@ The interface for this controller:
|
||||
int GPIBdetach(pGPIB self, int devID);
|
||||
int GPIBsend(pGPIB self, int devID, void *buffer, int bytesToWrite);
|
||||
int GPIBread(pGPIB self, int devID, void *buffer, int bytesToRead);
|
||||
char *GPIBreadTillTerm(pGPIB self, int devID, int terminator);
|
||||
void GPIBclear(pGPIB self, int devID);
|
||||
void GPIBerrorDescription(pGPIB self, int code,
|
||||
char *buffer, int maxBuffer);
|
||||
|
Reference in New Issue
Block a user