예제 #1
0
 public static void Clear(this Pin pin)
 {
     pin.Write(PinValue.Low);
 }
예제 #2
0
 public static void Set(this Pin pin)
 {
     pin.Write(PinValue.High);
 }