Exemplo n.º 1
0
 /// <summary>
 /// 5.2 Wait On I/O High
 /// 0x88,
 /// This will cause the MPSSE controller to wait until GPIOL1 (JTAG) or I/O1 (CPU) is
 /// high. Once it is detected as high, it will move on to process the next
 /// instruction. The only way out of this will be to disable the controller if the I/O
 /// line never goes high.
 /// </summary>
 public void WaitOnIoHigh()
 {
     write(MpsseCommand.WaitOnIoHigh());
 }