Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/SleepSeconds
- Timestamp:
- 03/12/25 07:42:06 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/SleepSeconds
v3 v4 2 2 Pause a specified number of seconds 3 3 4 {{{ 4 {{{#!c++ 5 5 void SleepSeconds(int nSeconds); 6 6 … … 23 23 == Examples == 24 24 25 {{{ 25 {{{#!c++ 26 26 DisplayText(0, 0, "Starting..."); 27 27 SleepSeconds(5); … … 29 29 }}} 30 30 31 {{{ 31 {{{#!c++ 32 32 DisplayText(0, 0, "Starting..."); 33 33 SleepSeconds(2.5);