예제 #1
0
 public bool IsPinModeSupported(int pinNumber, PinMode mode)
 {
     return(_controller.IsPinModeSupported(pinNumber, mode));
 }