forgot to update the README example to the proper method name in the previous commit. fixed.

pull/365/head
Aaron Christianson 7 years ago
parent a1fadd9f75
commit 4cd9e03645

@ -32,7 +32,7 @@ void setup() {
LEDRainbowEffect.brightness(150);
LEDRainbowWaveEffect.brightness(150);
LEDRainbowWaveEffect.delay(50);
LEDRainbowWaveEffect.update_delay(50);
}
```

Loading…
Cancel
Save