function GPIO_input($pin)
{
    return digitalRead($pin);
}
Beispiel #2
0
 static function digitalRead($pin)
 {
     return digitalRead($pin);
 }