You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
*`ESP32-S2` Board type (e.g. ESP32S2_DEV Module, ESP32_S2_Saola, etc.)
42
+
*`ESP32_S3` Board type (e.g. ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)
43
+
*`ESP32-C3` Board type (e.g. ESP32C3_DEV Module, etc.)
40
44
* Contextual information (e.g. what you were trying to achieve)
41
45
* Simplest possible steps to reproduce
42
46
* Anything that might be relevant in your opinion, such as:
@@ -48,12 +52,14 @@ Please ensure to specify the following:
48
52
49
53
```
50
54
Arduino IDE version: 1.8.19
51
-
Arduino AVR core v1.8.5
55
+
ESP32 core v2.0.5
56
+
ESP32S3_DEV Module
52
57
OS: Ubuntu 20.04 LTS
53
58
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
54
59
55
60
Context:
56
-
I encountered a crash while using this library
61
+
I encountered a crash while using TimerInterrupt.
62
+
57
63
Steps to reproduce:
58
64
1. ...
59
65
2. ...
@@ -71,7 +77,7 @@ Add any other context about the problem here.
71
77
72
78
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
73
79
74
-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AVR_PWM/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
80
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESP32_FastPWM/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
75
81
76
82
---
77
83
@@ -84,13 +90,13 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
84
90
1. Change directory to the library GitHub
85
91
86
92
```
87
-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AVR_PWM_GitHub/
88
-
xy@xy-Inspiron-3593:~/Arduino/xy/AVR_PWM_GitHub$
93
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/ESP32_FastPWM_GitHub/
0 commit comments