示例#1
0
 protected static extern void bcm2835_gpio_set_pud(GPIOPins pin, GPIOResistor resistorMode);
示例#2
0
 public static void SetResistor(GPIOPins pin, GPIOResistor resistorMode)
 {
     bcm2835_gpio_set_pud(pin, resistorMode);
 }