コード例 #1
0
 /// <summary>
 /// 5.3 Wait On I/O Low
 /// 0x89,
 /// This will cause the controller to wait until GPIOL1 (JTAG) or I/O1 (CPU) is low.
 /// 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
 /// low.
 /// </summary>
 public void WaitOnIoLow()
 {
     write(MpsseCommand.WaitOnIoLow());
 }