Line 4: Line 4:
 
Basically it does the looping for the specified  count to generate the delay.
 
Basically it does the looping for the specified  count to generate the delay.
 
If the compiler provides the inbuilt delay libraries(like AVR), then this library uses internally those functions.
 
If the compiler provides the inbuilt delay libraries(like AVR), then this library uses internally those functions.
 +
 +
 
==DELAY_us==
 
==DELAY_us==
 +
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 +
{{#Widget:LibTable}}
 +
|-
 +
|Defination ||
 +
|-
 +
| Input Arguments ||
 +
|-
 +
| Return Value||
 +
|-
 +
| Description || 
 +
|}
 +
 +
 +
 +
 
==DELAY_ms==
 
==DELAY_ms==
 +
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 +
{{#Widget:LibTable}}
 +
|-
 +
|Defination ||
 +
|-
 +
| Input Arguments ||
 +
|-
 +
| Return Value||
 +
|-
 +
| Description || 
 +
|}
 +
 +
 +
 +
 
==DELAY_sec==
 
==DELAY_sec==
 +
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 +
{{#Widget:LibTable}}
 +
|-
 +
|Defination ||
 +
|-
 +
| Input Arguments ||
 +
|-
 +
| Return Value||
 +
|-
 +
| Description || 
 +
|}
 +
 +
 +
 +
 
==user guide==
 
==user guide==

Revision as of 12:35, 15 November 2014

DELAY

This library provides the functions to generate the required delays. Basically it does the looping for the specified count to generate the delay. If the compiler provides the inbuilt delay libraries(like AVR), then this library uses internally those functions.


DELAY_us

{{#Widget:LibTable}}
Defination
Input Arguments
Return Value
Description



DELAY_ms

{{#Widget:LibTable}}
Defination
Input Arguments
Return Value
Description



DELAY_sec

{{#Widget:LibTable}}
Defination
Input Arguments
Return Value
Description



user guide