Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 4f4adbd

Browse files
authored
v1.3.0 to add support to ESP32-S2
### Releases v1.3.0 1. Initial coding to support ESP32-S2 2. Sync with [ESP32TimerInterrupt library v1.3.0](https://github.com/khoih-prog/ESP32TimerInterrupt)
1 parent cb62d73 commit 4f4adbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
126126

127127
### Currently supported Boards
128128

129-
1. ESP32-S2-based boards, such as ESP32_S2_DEV, ESP32_S2_ Saola, etc
129+
1. ESP32-S2-based boards, such as ESP32_S2_DEV, ESP32_S2 Saola, etc
130130

131131
---
132132

@@ -460,7 +460,7 @@ in loop(), using delay() function as an example. The elapsed time then is very u
460460

461461
Before using any Timer, you have to make sure the Timer has not been used by any other purpose.
462462

463-
`Timer0, Timer1, Timer2 and Timer3` are supported for ESP32.
463+
`Timer0, Timer1, Timer2 and Timer3` are supported for ESP32-S2.
464464

465465
---
466466
---
@@ -807,7 +807,7 @@ While software timer, **programmed for 2s, is activated after 3.435s !!!**
807807

808808
```
809809
Starting ISR_Timer_Complex on ESP32S2_DEV
810-
ESP32_S2_TimerInterrupt v1.2.0
810+
ESP32_S2_TimerInterrupt v1.3.0
811811
CPU Frequency = 240 MHz
812812
Starting ITimer OK, millis() = 3015
813813
[4415]
@@ -860,7 +860,7 @@ The following is the sample terminal output when running example [TimerInterrupt
860860

861861
```
862862
Starting TimerInterruptTest on ESP32S2_DEV
863-
ESP32_S2_TimerInterrupt v1.2.0
863+
ESP32_S2_TimerInterrupt v1.3.0
864864
CPU Frequency = 240 MHz
865865
ITimer0 called, millis() = 699
866866
Starting ITimer0 OK, millis() = 702
@@ -903,7 +903,7 @@ ITimer0 called, millis() = 35006
903903
---
904904

905905

906-
### 3. Change_Interval on ESP32S2_DEV
906+
### 3. Change_Interval on ESP32_S2_DEV
907907

908908
The following is the sample terminal output when running example [Change_Interval](examples/Change_Interval) to demonstrate how to change Timer Interval on-the-fly
909909

@@ -967,7 +967,7 @@ The following is the sample terminal output when running example [Argument_None]
967967

968968
```
969969
Starting Argument_None on ESP32S2_DEV
970-
ESP32_S2_TimerInterrupt v1.2.0
970+
ESP32_S2_TimerInterrupt v1.3.0
971971
CPU Frequency = 240 MHz
972972
[TISR] ESP32_S2_TimerInterrupt: _timerNo = 0 , _fre = 1000000
973973
[TISR] TIMER_BASE_CLK = 80000000 , TIMER_DIVIDER = 80

0 commit comments

Comments
 (0)