|
FastLED 3.9.15
|
#include <ripple.h>
Public Member Functions | |
| Ripple (int id) | |
| void | advance (byte ledColors[40][14][3]) |
| void | start (byte n, byte d, unsigned long c, float s, unsigned long l, byte b) |
Public Attributes | |
| unsigned long | color |
| int | position [2] |
| rippleState | state = dead |
Private Member Functions | |
| void | renderLed (byte ledColors[40][14][3], unsigned long age) |
Private Attributes | |
| byte | behavior |
| unsigned long | birthday |
| bool | justStarted = false |
| unsigned long | lifespan |
| float | pressure |
| byte | rippleId |
| float | speed |
Static Private Attributes | |
| static byte | rippleCount |