Skip to content

Releases: RoboticsBrno/SmartLeds

v3.1.3

27 Jun 13:46
de331ca
Compare
Choose a tag to compare

What's Changed

  • fix: do not set IRAM ISR flag if the config is not set by @Tasssadar in #48

Full Changelog: v3.1.2...v3.1.3

v3.1.2

10 Jul 09:16
Compare
Choose a tag to compare

Full Changelog: v3.1.1...v3.1.2

v3.1.1

10 Jul 08:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

09 Jul 13:39
Compare
Choose a tag to compare
  • fix: compatiblity with ESP32 C3
  • feat: add channel() getter to SmartLeds object

Full Changelog: v3.0.0...v3.1.0

v3.0.0

09 Jul 10:29
Compare
Choose a tag to compare

What's Changed

  • Refactored to use new RMT driver on IDF 5.0
  • Works with IDF >= 4.0 only
  • Added CMakeLists.txt for use as IDF component

Full Changelog: v2.0.0...v3.0.0

2.0.0

18 Feb 15:25
Compare
Choose a tag to compare

Release that is using the ESP-IDF RMT driver, compatible with esp-idf 4.x and 5.x and Arduino.

Tested on ESP32 and ESP32-S3.

1.2.1

18 Feb 15:25
Compare
Choose a tag to compare

Last release with the original code that modifies RMT registers directly, only works with ESP32.