Difference between revisions of "Delay"
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
Defination | |
Input Arguments | |
Return Value | |
Description |
DELAY_ms
Defination | |
Input Arguments | |
Return Value | |
Description |
DELAY_sec
Defination | |
Input Arguments | |
Return Value | |
Description |