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

v1.1.0 to add support to new ESP32_S3, to convert to h-only library, to optimize library code, etc.

Choose a tag to compare

@khoih-prog khoih-prog released this 13 Feb 06:05
· 23 commits to main since this release
e05bb5d

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 to demo for multiple-file project