Skip to content

Tags: wd5gnr/jled

Tags

v2.2.3

Toggle v2.2.3's commit message
Special treatment for ESP8266 added that uses 10 bit resoultion in an…

…alogWrite() instead of 8 bit resoultion used on arduinos.

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New release

v2.2.1

Toggle v2.2.1's commit message
 * No longer using floating point operations.

      Functions breathe, fade-on, fade-off are now implemented using
      linear approximations.
    * Changed method how fade-off is calculated
    * Made flickering workaround optional (see jled.cpp)

v2.2.0

Toggle v2.2.0's commit message
- fixed bug that last state was not calculated properly

- refactorings
- reformatted code
- new multi led example

v2.1.0

Toggle v2.1.0's commit message
 - refactorings

    - restructured tests
    - update catch.hpp testing framework
    - added user_param for user supplied brightness function
    - fixed bug that last state was not calculated properly
    - reformatted code

v2.0.1

Toggle v2.0.1's commit message
added missing keywords

v1.1.0

Toggle v1.1.0's commit message
fixed linting error