mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
Arduino autonomous grey(): Lengthen breathing effect
This commit is contained in:
parent
c0001a5cf7
commit
e9d9cdefed
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void custom(int led)
|
|||
/* White "breathing" effect to a certain degree of intensity. Good for identifying a point where further intensity change does not make any difference. */
|
||||
void grey(int led)
|
||||
{
|
||||
static const int steps = 20;
|
||||
static const int steps = 200;
|
||||
static int s = 0;
|
||||
static int d = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue