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

Releases: khoih-prog/ESP32_S2_TimerInterrupt

v1.8.0 to fix doubled time for ESP32_S2 and to use `allman astyle`

16 Nov 23:20
4f6cf66
Compare
Choose a tag to compare

Releases v1.8.0

  1. Fix doubled time for ESP32_S2. Check Error in the value defined by TIMER0_INTERVAL_MS #28
  2. Modify examples to avoid using LED_BUILTIN / GPIO2, GPIO1 as it can cause crash in some boards, such as ESP32_C3
  3. Use allman astyle and add utils

v1.7.0 to add support to more ESP32_S2 boards

12 Aug 04:12
4f7e5fa
Compare
Choose a tag to compare

Releases v1.7.0

  1. Add support to
  • ESP32_S2 : ESP32S2 Native USB, UM FeatherS2 Neo, UM TinyS2, UM RMP, microS2, LOLIN_S2_MINI, LOLIN_S2_PICO, ADAFRUIT_FEATHER_ESP32S2, ADAFRUIT_FEATHER_ESP32S2_TFT, ATMegaZero ESP32-S2, Deneyap Mini, FRANZININHO_WIFI, FRANZININHO_WIFI_MSC

v1.6.0 to suppress errors and warnings for new ESP32 core v2.0.4+

11 Aug 00:41
264495c
Compare
Choose a tag to compare

Releases v1.6.0

  1. Suppress errors and warnings for new ESP32 core v2.0.4+

v1.5.1 to add support to new Adafruit board QTPY_ESP32S2

17 Jun 00:59
62017ef
Compare
Choose a tag to compare

Releases v1.5.1

  1. Add support to new Adafruit board QTPY_ESP32S2
  2. Update examples

v1.5.0 to fix multiple-definitions linker error, to avoid deprecated functions and to optimize library code

23 Jan 08:10
49ce263
Compare
Choose a tag to compare

Releases v1.5.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Avoid deprecated functions.
  3. Add example multiFileProject to demo for multiple-file project.
  4. Optimize library code by using reference-passing instead of value-passing
  5. Update all examples

Release v1.4.0 to fix compiler errors due to conflict to some libraries and add complex examples

01 Jun 19:15
94a0762
Compare
Choose a tag to compare

Releases v1.4.0

  1. Fix compiler errors due to conflict to some libraries.
  2. Add complex examples.

Initial Release v1.3.0 to support ESP32-S2 and Sync with ESP32TimerInterrupt library v1.3.0

06 May 05:55
f520b7d
Compare
Choose a tag to compare