Example #1
0
 public static bool SetDUOLedPWM(IntPtr duo, double val)
 {
     return(DUOLibInternal.DUOSetLedPWM(duo, val));
 }