예제 #1
0
파일: I2CM.cs 프로젝트: claydonkey/PicKitS
 public static bool Set_Source_Voltage(double p_voltage)
 {
     return(USART.Set_Source_Voltage(p_voltage));
 }