I2C Plugin for Xojo

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 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

    I2C Module