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

Commit e4aeabf

Browse files
authored
v1.1.0 to add support to new ESP32-S3
### Releases v1.1.0 1. Add support to new `ESP32-S3` (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) 2. Convert to h-only library. 3. Optimize library code by using `reference-passing` instead of `value-passing` 4. Improve accuracy by using `float`, instead of `uint32_t` for `position` in degrees 5. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project
1 parent 8997c6d commit e4aeabf

21 files changed

+1195
-470
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.15) or Platform.io version
18-
* `ESP32` Core Version (e.g. ESP32 v2.0.0-rc1)
19-
* Board : ESP32_DEV, ESP32S2_DEV, ESP32C3_DEV, etc.
17+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18+
* `ESP32` Core Version (e.g. ESP32 core v2.0.2)
19+
* `ESP32` Board type (e.g. ESP32_DEV Module, etc.)
20+
* `ESP32-S2` Board type (e.g. ESP32S2_DEV Module, ESP32_S2_Saola, etc.)
21+
* `ESP32_S3` Board type (e.g. ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.)
22+
* `ESP32-C3` Board type (e.g. ESP32C3_DEV Module, etc.)
2023
* Contextual information (e.g. what you were trying to achieve)
2124
* Simplest possible steps to reproduce
2225
* Anything that might be relevant in your opinion, such as:
@@ -27,11 +30,11 @@ Please ensure to specify the following:
2730
### Example
2831

2932
```
30-
Arduino IDE version: 1.8.15
31-
ESP32 Core Version 2.0.0-rc1
32-
ESP32S2_DEV
33+
Arduino IDE version: 1.8.19
34+
ESP32 core v2.0.2
35+
ESP32S3_DEV Module
3336
OS: Ubuntu 20.04 LTS
34-
Linux Inspiron 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
37+
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
3538
3639
Context:
3740
I encountered a crash while trying to use the Timer Interrupt.
@@ -52,3 +55,4 @@ There are usually some outstanding feature requests in the [existing issues list
5255
### Sending Pull Requests
5356

5457
Pull Requests with changes and fixes are also welcome!
58+

0 commit comments

Comments
 (0)