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