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

Commit d214070

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
* [2. ESP32_ISR_MultiServos on ESP32_DEV](#2-esp32_isr_multiservos-on-esp32_dev)
4848
* [3. MultipleRandomServos on ESP32S3_DEV](#3-MultipleRandomServos-on-ESP32S3_DEV)
4949
* [4. ESP32_ISR_MultiServos on ESP32S2_DEV](#4-ESP32_ISR_MultiServos-on-ESP32S2_DEV)
50-
* [5. MultipleRandomServos on ESP32S3_DEV](#5-MultipleRandomServos-on-ESP32S3_DEV)
5150
* [Debug](#debug)
5251
* [Troubleshooting](#troubleshooting)
5352
* [Issues](#issues)

0 commit comments

Comments
 (0)