I am using a older PhidgetInterfaceKit 8/8/8 1018_2. Using the Phidget22 library with C/C++ on a Windows 10 machine. When reading the digital inputs I call the function PhidgetDigitalInput_getState(). I expect a value of 0 returned when the input is LOW, and a 1 when the input is HIGH. However, occa...