- various small bugfixes
- added driver for the lock-in amplifier
This commit is contained in:
16
linahdl.h
Normal file
16
linahdl.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------
|
||||
linahdl.h
|
||||
|
||||
lina (signal recovery lock in amplifier model 7265) handler
|
||||
|
||||
Markus Zolliker, Oct 2006
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef LINAHDL_H
|
||||
#define LINAHDL_H
|
||||
|
||||
#include "ease.h"
|
||||
|
||||
int LinaHandler(void *eab);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user