added methods to control delay time and updated the README

pull/365/head
Aaron Christianson 6 years ago
parent e6f7aef63b
commit 834d75fc7d

@ -25,10 +25,10 @@ both!) of the effects:
#include <Kaleidoscope-LEDControl.h>
#include <Kaleidoscope-LEDEffect-Rainbow.h>
KALEIDOSCOPE_INIT_PLUGINS(LEDRainbowEffect, LEDRainbowWaveEffect);
void setup() {
Kaleidoscope.setup();
Kaleidoscope.use(&LEDRainbowWaveEffect, &LEDDigitalRainEffect);
LEDRainbowEffect.brightness(150);
LEDRainbowWaveEffect.brightness(150);

Loading…
Cancel
Save