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
CycleEffect.h
00001 00002 #include "Effect.h" 00003 #include "../Color.h" 00004 00005 #ifndef CYCLEEFFECT_H 00006 #define CYCLEEFFECT_H 00007 00008 class CycleEffect : public Effect 00009 { 00010 00011 static Color::Colors COLORS[]; 00012 int index; 00013 00014 public: 00015 00016 CycleEffect(RGB* led); 00017 00018 virtual void run(); 00019 }; 00020 00021 #endif
Generated on Tue Jul 12 2022 13:58:34 by
1.7.2