예제 #1
0
 private static void Init(int pin)
 {
     Microcontroller.PinMode(Microcontroller.Output, pin);
 }