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

Latest commit

 

History

History
57 lines (38 loc) · 2.62 KB

changelog.md

File metadata and controls

57 lines (38 loc) · 2.62 KB

ESP32_C3_TimerInterrupt Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.8.0

  1. Fix doubled time for ESP32_C3. 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

Releases v1.7.0

  1. Add support to
  • ESP32_C3 : LOLIN_C3_MINI, DFROBOT_BEETLE_ESP32_C3, ADAFRUIT_QTPY_ESP32C3, AirM2M_CORE_ESP32C3, XIAO_ESP32C3

Releases v1.6.0

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

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

Releases v1.4.0

  1. Initial coding to support ESP32_C3
  2. Sync with ESP32_S2_TimerInterrupt library v1.4.0