There was a problem with your SQL connection - Please contact the administrator
Prototype
GetPinInGetPinIn (pinID)
Description
Read a pin state
Return
The current state of the pin (1 = HIGH, 0 = LOW)
Code Example
The following code example uses the GetPinInGetPinIn function.
1 2 3 4 | /* * GetPinIn/SetPinOut * */ |