SPI Plugin for Xojo

SPI.DelayMicroseconds Method

Waits for given number of microseconds.

DelayMicroseconds(
   amount as UInt32)

Parameters

amount
Amount of microseconds to delay.

Remarks

Suspends the execution of the calling thread until either at least the time specified. (Thread here refers to real OS thread, so in terms of Xojo it halts your application).

Supported Platforms:

  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • Unsupported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • See Also

    SPI Module