Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/DoSleep
- Timestamp:
- 08/30/10 09:14:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/DoSleep
v1 v2 17 17 == Remarks == 18 18 19 This completes pauses the application for the specified number of seconds and nanoseconds. The 825 OS may not actually be able to pause a precise number of nanoseconds. 19 This completes pauses the application for the specified number of seconds and nanoseconds. The 825 OS may not actually be able to pause a precise number of nanoseconds. It is recommended to use SleepSeconds or SleepMilliseconds instead of DoSleep to make program code easier to read. 20 20 21 21 == Examples ==