Delayms Function

Microchip MDD File System Interface

MDDFS Interface Library Help
Delayms Function
C
void Delayms(
    BYTE milliseconds
);
Description

The Delayms function will delay a specified number of milliseconds. Used for SPI timing.

Preconditions

None.

Parameters
Parameters 
Description 
BYTE milliseconds 
Number of ms to delay 
Returns

None.

Side Effects

None.

Remarks

Depending on compiler revisions, this function may delay for the exact time specified. This shouldn't create a significant problem.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.