Skip to content

Commit

Permalink
detailed On and Off effects
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 16, 2020
1 parent 0c656fb commit 66e5ec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ Use the `Set(uint8_t brightness)` method to set the brightness to the given
value, i.e. `Set(255)` is equivalent to calling `On()` and `Set(0)` is
equivalent to calling `Off()`.

Technically `Set`, `On` and `Off` are effects with a period of 1ms that
set the brightness to a constant value.

##### Static on example

```c++
Expand Down

0 comments on commit 66e5ec4

Please sign in to comment.