@@ -321,7 +321,7 @@ Before using any Timer, you have to make sure the Timer has not been used by any
321321
322322### Example [ ISR_16_Timers_Array_Complex] ( examples/ISR_16_Timers_Array_Complex )
323323
324- https://github.com/khoih-prog/ESP32TimerInterrupt/blob/bd85c79f7ddb7568307333fd9c6426caeb6d722c /examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino#L24-L370
324+ https://github.com/khoih-prog/ESP32TimerInterrupt/blob/a9f847be5988a7ffe55605bbb58830aca36b8197 /examples/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino#L44-L385
325325
326326---
327327---
@@ -335,7 +335,7 @@ The following is the sample terminal output when running example [TimerInterrupt
335335
336336```
337337Starting TimerInterruptTest on ESP32C3_DEV
338- ESP32TimerInterrupt v2.2 .0
338+ ESP32TimerInterrupt v2.3 .0
339339CPU Frequency = 160 MHz
340340[TISR] ESP32_TimerInterrupt: _timerNo = 0 , _fre = 1000000
341341[TISR] TIMER_BASE_CLK = 80000000 , TIMER_DIVIDER = 80
@@ -370,7 +370,7 @@ The following is the sample terminal output when running example [Change_Interva
370370
371371```
372372Starting Change_Interval on ESP32C3_DEV
373- ESP32TimerInterrupt v2.2 .0
373+ ESP32TimerInterrupt v2.3 .0
374374CPU Frequency = 160 MHz
375375Starting ITimer0 OK, millis() = 293
376376Starting ITimer1 OK, millis() = 303
@@ -405,7 +405,7 @@ The following is the sample terminal output when running example [Argument_None]
405405
406406```
407407Starting Argument_None on ESP32S3_DEV
408- ESP32TimerInterrupt v2.2 .0
408+ ESP32TimerInterrupt v2.3 .0
409409CPU Frequency = 240 MHz
410410[TISR] ESP32_S3_TimerInterrupt: _timerNo = 0 , _fre = 1000000
411411[TISR] TIMER_BASE_CLK = 80000000 , TIMER_DIVIDER = 80
@@ -429,7 +429,7 @@ The following is the sample terminal output when running example [ISR_16_Timers_
429429
430430```
431431Starting ISR_16_Timers_Array_Complex on ESP32S3_DEV
432- ESP32TimerInterrupt v2.2 .0
432+ ESP32TimerInterrupt v2.3 .0
433433CPU Frequency = 240 MHz
434434[TISR] ESP32_S3_TimerInterrupt: _timerNo = 1 , _fre = 1000000
435435[TISR] TIMER_BASE_CLK = 80000000 , TIMER_DIVIDER = 80
@@ -603,7 +603,7 @@ The following is the sample terminal output when running example [ISR_16_Timers_
603603
604604```
605605Starting ISR_16_Timers_Array on ESP32S3_DEV
606- ESP32TimerInterrupt v2.2 .0
606+ ESP32TimerInterrupt v2.3 .0
607607CPU Frequency = 240 MHz
608608[TISR] ESP32_S3_TimerInterrupt: _timerNo = 1 , _fre = 1000000
609609[TISR] TIMER_BASE_CLK = 80000000 , TIMER_DIVIDER = 80
@@ -626,7 +626,7 @@ The following is the sample terminal output when running example [ISR_16_Timers_
626626
627627```
628628Starting ISR_16_Timers_Array_Complex on ESP32C3_DEV
629- ESP32TimerInterrupt v2.2 .0
629+ ESP32TimerInterrupt v2.3 .0
630630CPU Frequency = 160 MHz
631631[TISR] ESP32_TimerInterrupt: _timerNo = 1 , _fre = 1000000
632632[TISR] TIMER_BASE_CLK = 80000000 , TIMER_DIVIDER = 80
0 commit comments