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

Commit 668316d

Browse files
authored
v2.0.1 to add one-shot examples, etc.
### Releases v2.0.1 1. Add example [ISR_16_Timers_Array_Complex_OneShot](examples/ISR_16_Timers_Array_Complex_OneShot) to demo how to use `one-shot ISR-based timer` in complex case 2. Add example [ISR_16_Timers_Array_OneShot](examples/ISR_16_Timers_Array_OneShot) to demo how to use `one-shot ISR-based timer` 3. Modify example [multiFileProject](examples/multiFileProject) to demo for more complex multiple-file project 4. Further optimize code by using passing by `reference` instead of by `value`
1 parent bd85c79 commit 668316d

11 files changed

+75
-380
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Arduino IDE version: 1.8.19
3131
ESP32 Core Version 2.0.2
3232
ESP32S2_DEV Module
3333
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.4.0-99-generic #112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
34+
Linux xy-Inspiron-3593 5.13.0-35-generic #40~20.04.1-Ubuntu SMP Mon Mar 7 09:18:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3535
3636
Context:
3737
I encountered a crash while using ESP32TimerInterrupt.

0 commit comments

Comments
 (0)