Skip to content

Commit

Permalink
release 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Dec 1, 2024
1 parent 8945343 commit f1e8844
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=JLed
version=4.14
version=4.15.0
author=Jan Delgado <jdelgado[at]gmx.net>
maintainer=Jan Delgado <jdelgado[at]gmx.net>
sentence=An Arduino library to control LEDs
Expand Down

0 comments on commit f1e8844

Please sign in to comment.