Ejemplo n.º 1
0
 public static void Clear(this Pin pin)
 {
     pin.Write(PinValue.Low);
 }
Ejemplo n.º 2
0
 public static void Set(this Pin pin)
 {
     pin.Write(PinValue.High);
 }