Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/CSleep


Ignore:
Timestamp:
08/26/10 12:46:53 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/CSleep

    v3 v4  
    22= CSleep =
    33
    4 CSleep is a C++ class for sleep functions
     4CSleep is a C++ class for sleep functions. To have a small delay repeatedly this can be more efficient than using SleepMilliseconds because it does not have to pass the parameter and evaluate the amount of time to delay each time.
    55
    66== Constructor ==