You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
703 B
703 B
Kaleidoscope-LEDControl
This is a plugin for Kaleidoscope, for controlling the LEDs, and LED effects.
Upgrading
The LEDUtils.h
and LED-Off.h
headers are now included by default when using
<Kaleidoscope-LEDControl.h>
, and their explicit use is therefore deprecated.
The includes can be safely removed.
Compatibility headers are in place for both, but will be removed by 2019-01-14.
Furthermore, to implement LED modes, one should use
kaleidoscope::plugin::LEDMode
as a base class now, instead of the former
kaleidoscope::LEDMode
. There is a backwards compatible typedef, but like the
headers, it will be removed by 2019-01-14.