- various small bugfixes

- added driver for the lock-in amplifier
This commit is contained in:
zolliker
2006-10-27 08:14:13 +00:00
parent 980efacf6f
commit d6198ad3a3
8 changed files with 260 additions and 5 deletions

16
linahdl.h Normal file
View 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