コード例 #1
0
 public void SetPinValue(int pin, short value)
 {
     DLL.GPIO_setPinValue(pin, value);
 }