SPI.DelayMilliseconds Method
Waits for given number of milliseconds.
DelayMilliseconds(
amount as UInt32)
Parameters
- amount
- Amount of milliseconds 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 bitLinux ARM 64 bitUnsupported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bit
See Also
SPI Module