- or download this
use Win32::API;
...
InitWasp();
SetOutputs(1);
- or download this
'connect to dlls
...
ReadInputs(analogue(0))
x = analogue(1)
- or download this
// Header file for use with wsp.dll
typedef bool (*Type_InitWasp)();
typedef bool (*Type_ReadInputs)(int *analogue);
typedef bool (*Type_SetOutputs)(int digital);