Skip to content

Tags: fabianoriccardi/dimmable-light

Tags

1.6.0

- Support for RP2040 MCU, non-mbed core (Raspberry Pi Pico and simila…

…r boards)

- Add setSyncDir and setSyncPullup methods

1.5.2

- Fix timer drifting on AVR platform which introduces flickering when…

… dimmers are more than 8

1.5.1

- fix esp32 compatibility (now the library works with v2.0.2 and later)

- fix sporadic activations when the dimmer should stay fully off
- for arduino-esp32: use ARDUINO_ISR_ATTR instead of IRAM_ATTR
- for arduino-esp32: use ets_printf to debug
- update ci

1.5.0

Handle network frequency dynamically, migration to Visual Studio Code…

… and PlatformIO

New features:

- set the AC frequency at runtime
- measure the current frequency of AC
- add `turnOn` method
- add `library.json` for PlatformIO registry

For developers:

- add ci with Github Actions
- style code with clang-format
- add metadata to develop the library with Visual Studio Code and PlatformIO

1.4.0

support to SAMD21, bug fix and code cleaning

1.3.0

Improve support to old architectures, 60HZ support, optimizations, Li…

…near Power control

1.2.0

New feature: Arduino/AVR MCU support (both 16/8 bit timers); Bug fix:…

… solved crashes while reading/writing on SPIFFS on Esp32/ESP8266, minor fixes

1.1.0

Support for ESP32, Arduino IDE support

1.0.0

First release, 5 working examples are provided