Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/CTimer


Ignore:
Timestamp:
03/12/25 07:45:02 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v4 v5  
    66== Constructors ==
    77
    8 {{{
     8{{{#!c++
    99CTimer(void);
    1010
     
    1818==== Example ====
    1919
    20 {{{
     20{{{#!c++
    2121CTimer tmr(10);
    2222
     
    3434}}}
    3535
    36 {{{
     36{{{#!c++
    3737CTimer tmr;
    3838
     
    5656=== Set ===
    5757
    58 {{{
     58{{{#!c++
    5959void Set(int nValue, bool bMilliseconds = false);
    6060}}}
     
    7878=== Clear ===
    7979
    80 {{{
     80{{{#!c++
    8181void Clear(void);
    8282}}}