コード例 #1
0
ファイル: I2CM.cs プロジェクト: claydonkey/PicKitS
 public static bool Get_Source_Voltage(ref double p_voltage, ref bool p_PKSA_power)
 {
     return(USART.Get_Source_Voltage(ref p_voltage, ref p_PKSA_power));
 }