Exemplo n.º 1
0
 public Action Disable(string axis)
 {
     return(act(() => {
         Ch.Disable(Axis[axis], Ch.ACSC_ASYNCHRONOUS, ref pWait);
         System.Threading.Thread.Sleep(80);
     }));
 }