Skip to content

Commit

Permalink
add missing keywords (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Jan 11, 2023
1 parent 4f8de1f commit 5920329
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JLed changelog (github.com/jandelgado/jled)

## [2023-01-11] 4.12.1

* fix: add missing keywords to keywords.txt

## [2022-11-13] 4.12.0

* new: add `MinBrightness` method and scale output to interval defined by
Expand Down
6 changes: 6 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

JLed KEYWORD1
JLedSequence KEYWORD1
BlinkBrightnessEvaluator KEYWORD1
BrightnessEvaluator KEYWORD1
BreatheBrightnessEvaluator KEYWORD1
CandleBrightnessEvaluator KEYWORD1
ConstantBrightnessEvaluator KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand All @@ -29,6 +33,7 @@ Forever KEYWORD2
DelayBefore KEYWORD2
DelayAfter KEYWORD2
Forever KEYWORD2
Hal KEYWORD2
IsForever KEYWORD2
IsRunning KEYWORD2
LowActive KEYWORD2
Expand All @@ -37,6 +42,7 @@ Stop KEYWORD2
Update KEYWORD2
UserFunc KEYWORD2
Reset KEYWORD2
MinBrightness KEYWORD2
MaxBrightness KEYWORD2

#######################################
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.12.0",
"version": "4.12.1",
"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.12.0
version=4.12.1
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 5920329

Please sign in to comment.