feat(effect): add attributes, getters, and setters for effect-speed and -width

This commit is contained in:
Philip Stark 2023-06-10 18:50:46 +02:00
parent 47f31301dd
commit c54ff63f89
3 changed files with 47 additions and 1 deletions

9
devlog.md Normal file
View file

@ -0,0 +1,9 @@
# Wordclock Development Log
## Feature "make speed and width of rainbow effect user-configurable" [2023-06-10 17:13]
[17:16] Step - add attributes, getters, and setters for effect-speed and -width.
- [x] add attr/funcs to header file.
- [x] add inputs to yaml.
-