- added LakeShore 370 driver
- improvements in ease and ips driver
This commit is contained in:
16
lscsupport.h
Normal file
16
lscsupport.h
Normal 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
|
Reference in New Issue
Block a user