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
FixedColorEffect.h
00001 #include "Effect.h" 00002 00003 #ifndef FIXEDCOLOREFFECT_H 00004 #define FIXEDCOLOREFFECT_H 00005 00006 class FixedColorEffect : public Effect 00007 { 00008 00009 Color* color; 00010 00011 public: 00012 FixedColorEffect(RGB* led, Color* color); 00013 virtual ~FixedColorEffect(); 00014 virtual void run(); 00015 }; 00016 00017 00018 #endif
Generated on Tue Jul 12 2022 13:58:34 by
1.7.2