Exemplo n.º 1
0
 /// <summary>
 /// 6.8 Clk continuously and Wait On I/O Low
 /// 0x95,
 /// This will cause the controller to create CLK pulses until GPIOL1 or I/O1 (CPU mode
 /// of FT2232H) is high. Once it is detected as low, 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 ClkContinuouslyAndWaitOnIoLow()
 {
     write(MpsseCommand.ClkContinuouslyAndWaitOnIoLow());
 }