'---------------------------------------------------------------' ' EAS97M32, Version 1.00 ' ' Copyright (c) 1994-2002 Embedded Acquisition Systems ' ' ' ' ' ' Embedded Acquisition Systems ' ' 2517 Cobden Street ' ' Sterling Heights, MI 48093 ' ' email: jfong@embeddedtronics.com ' ' URL: http://www.embeddedtronics.com ' ' ' ' ' ' '---------------------------------------------------------------' ' Declaration file for EAS97M32.DLL functions and subroutines. ' Maxim 197 A/D Public Declare Sub outbyte Lib "eas97m32.dll" (ByVal nPort%, ByVal nData%) Public Declare Function inbyte Lib "eas97m32.dll" (ByVal nPort%) As Integer Public Declare Function bipolar10 Lib "eas97m32.dll" (ByVal channel%, ByVal baseaddress%) As Integer Public Declare Function bipolar5 Lib "eas97m32.dll" (ByVal channel%, ByVal baseaddress%) As Integer Public Declare Function unipolar10 Lib "eas97m32.dll" (ByVal channel%, ByVal baseaddress%) As Integer Public Declare Function unipolar5 Lib "eas97m32.dll" (ByVal channel%, ByVal baseaddress%) As Integer Public Declare Function locatedaq Lib "eas97m32.dll" () As Integer