I2C.DelayMilliseconds Method (console safe)
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).
This method is not part of the libi2c which this plugin has under the hood.
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
I2C Module