Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/CMillisecondTimer


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

--

Legend:

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

    v1 v2  
    66== Constructors ==
    77
    8 {{{
     8{{{#!c++
    99CMillisecondTimer(void);
    1010
     
    1818==== Example ====
    1919
    20 {{{
     20{{{#!c++
    2121CMillisecondTimer tmr(3000, true);
    2222
     
    3838=== Set ===
    3939
    40 {{{
     40{{{#!c++
    4141void Set(int nMilliseconds, bool bAutoRepeat = false);
    4242}}}
     
    5454==== Example ====
    5555
    56 {{{
     56{{{#!c++
    5757
    5858}}}
     
    6060=== Clear ===
    6161
    62 {{{
     62{{{#!c++
    6363void Clear(void);
    6464}}}
     
    7676==== Example ====
    7777
    78 {{{
     78{{{#!c++
    7979
    8080}}}