Update README to match code.

pull/365/head
Jesse Vincent 7 years ago
parent bed648ce28
commit f11189edc2
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -21,7 +21,7 @@ To use the plugin, include the header, and tell `Kaleidoscope` to use the plugin
#include <Kaleidoscope-LEDEffect-BootGreeting.h>
void setup() {
Kaleidoscope.use(&BootGreeting, &LEDOff);
Kaleidoscope.use(&BootGreetingEffect, &LEDOff);
Kaleidoscope.setup();
}

Loading…
Cancel
Save