Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: m3Dpi MQTT-Thermostat-example Final_project_Tran Final_project_Tran ... more
Diff: effects/FixedColorEffect.h
- Revision:
- 3:edc6e64bfc65
- Child:
- 4:a7a26506c62f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/effects/FixedColorEffect.h Wed Oct 21 17:12:10 2015 +0000 @@ -0,0 +1,16 @@ +#include "Effect.h" + +#ifndef FIXEDCOLOREFFECT_H +#define FIXEDCOLOREFFECT_H + +class FixedColorEffect : public Effect{ + + Color* color; + + public: + FixedColorEffect(RGB* led, Color* color); + virtual void run(); +}; + + +#endif \ No newline at end of file