예제 #1
0
 /// <summary>
 /// 6.5 Clock For n bits with no data transfer
 /// 0x8E
 /// Length,
 /// This will pulse the clock for 1 to 8 times given by length. A length of 0x00 will
 /// do 1 clock and a length of 0x07 will do 8 clocks.
 /// </summary>
 /// <param name="len"></param>
 public void ClockForNbitswithNoDataTransfer(byte len)
 {
     write(MpsseCommand.ClockForNbitswithNoDataTransfer(len));
 }