Exemplo n.º 1
0
 /// <summary>
 /// 6.7 Clk continuously and Wait On I/O High
 /// 0x94,
 /// This will cause the controller to create CLK pulses until GPIOL1 or I/O1 (CPU mode
 /// of FT2232H) is low. 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 low.
 /// </summary>
 public void ClkContinuouslyAndWaitOnIoHigh()
 {
     write(MpsseCommand.ClkContinuouslyAndWaitOnIoHigh());
 }