| PIDevice_MAX7219_LED_MATRIX Xojo Plugin |
|
PIDevice_MAX7219_LED_MATRIX.DelayMicroseconds Method (console safe)
Delays execution by given micro seconds.
DelayMicroseconds(
duration as UInt32)
Parameters
- duration
- Count of micro 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