I need for the K8047, the header file (*. h).
Where can I get the current header file her?
Who can help me
Here you can copy the content of the K8047 header file:
[code]#ifdef __cplusplus
extern āCā {
#endif
#define FUNCTION __declspec(dllimport)
FUNCTION void __stdcall StartDevice();
FUNCTION void __stdcall StopDevice();
FUNCTION void __stdcall LEDon();
FUNCTION void __stdcall LEDoff();
FUNCTION void __stdcall ReadData(int *ptr);
FUNCTION void __stdcall SetGain(int Channel, int Gain);
#ifdef __cplusplus
}
#endif[/code]