From f1e8844ac7223ebfca4aaa9ad800eaefcd9f40c0 Mon Sep 17 00:00:00 2001 From: Jan Delgado Date: Sun, 1 Dec 2024 13:46:04 +0100 Subject: [PATCH] release 4.15.0 --- CHANGELOG.md | 7 ++++++- library.json | 2 +- library.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45708db..5067819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # JLed changelog (github.com/jandelgado/jled) +## [2024-12-01] 4.15.0 + +* new: `Update()` methods now optionally return the last brightness value + calculated and written out to the LED. See `examples/last_brightness` + ## [2024-09-21] 4.14 -* new: make `Jled::Update(unit32_t t)` public, allowing optimizations and +* new: make `JLed::Update(unit32_t t)` public, allowing optimizations and simplified tests ## [2023-09-10] 4.13.1 diff --git a/library.json b/library.json index 52dc8a0..448ad55 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "JLed", - "version": "4.14", + "version": "4.15.0", "description": "An embedded library to control LEDs", "license": "MIT", "frameworks": ["espidf", "arduino", "mbed"], diff --git a/library.properties b/library.properties index a11d63b..f71cc0d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=JLed -version=4.14 +version=4.15.0 author=Jan Delgado maintainer=Jan Delgado sentence=An Arduino library to control LEDs