示例#1
0
 public static bool GetDUOLedPWM(IntPtr duo, ref double val)
 {
     return(DUOLibInternal.DUOGetLedPWM(duo, ref val));
 }