(DELAY)
Line 12: Line 12:
 
|Defination ||  
 
|Defination ||  
 
|-
 
|-
| Input Arguments ||  
+
| Input Arguments ||
 
|-
 
|-
 
| Return Value||  
 
| Return Value||  
 
|-
 
|-
| Description ||  
+
| Description ||
 
|-
 
|-
 
| Usage ||  
 
| Usage ||  
Line 46: Line 46:
 
{{#Widget:LibTable}}
 
{{#Widget:LibTable}}
 
|-
 
|-
|Defination ||  
+
|Defination || void DELAY_sec(uint16_t sec_count)
 
|-
 
|-
| Input Arguments ||  
+
| Input Arguments || uint16_t.
|-
+
| Return Value||
+
 
|-
 
|-
| Description ||   
+
| Return Value||  none
 
|-
 
|-
 +
| Description ||  This function is used generate delay in sec .It generates a delay of 1sec for each
 +
|-count,if 10 is passed as the argument then it generates delay of 10sec.
 
| Usage ||
 
| Usage ||
 
|}
 
|}

Revision as of 10:38, 14 December 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
Usage



DELAY_ms

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



DELAY_sec

{{#Widget:LibTable}}
Defination void DELAY_sec(uint16_t sec_count)
Input Arguments uint16_t.
Return Value none
Description This function is used generate delay in sec .It generates a delay of 1sec for each
Usage



user guide