Exemple #1
0
 public bool GetDigitalInputValue(byte pin)
 {
     return((_bcm2835.bcm2835_gpio_lev(pin) & 1) == 0);
 }