- added LakeShore 370 driver

- improvements in ease and ips driver
This commit is contained in:
zolliker
2006-09-12 15:42:23 +00:00
parent 05dcfb1705
commit 030c0fb0a3
5 changed files with 232 additions and 1 deletions

16
lscsupport.h Normal file
View File

@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------
lscsupport.h
Communication routines for LakeShore equipment
Markus Zolliker, July 2006
----------------------------------------------------------------------------*/
#ifndef LSCSUPPORT_H
#define LSCSUPPORT_H
#include "ease.h"
int LscHandler(void *eab);
#endif