Difference between revisions of "Delay"
Line 1: | Line 1: | ||
[[category:Library_Reference]] | [[category:Library_Reference]] | ||
=DELAY= | =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== | ==DELAY_us== | ||
==DELAY_ms== | ==DELAY_ms== | ||
==DELAY_sec== | ==DELAY_sec== | ||
==user guide== | ==user guide== |
Revision as of 11:42, 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.