| PIDevice_MAX7219_LED_MATRIX Xojo Plugin |
|
PIDevice_MAX7219_LED_MATRIX.DelayMilliseconds Method (console safe)
Delays execution by given milli seconds.
DelayMilliseconds(
duration as UInt32)
Parameters
- duration
- Count of milli seconds to delay execution.
Remarks
This one does same as the routine in the Wiring PI library, its only mapped here so you don’t have to map it also.
See Also
PIDevice_MAX7219_LED_MATRIX Class