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