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/PoliceEffect.h
- Revision:
- 4:a7a26506c62f
- Parent:
- 3:edc6e64bfc65
--- a/effects/PoliceEffect.h Wed Oct 21 17:12:10 2015 +0000 +++ b/effects/PoliceEffect.h Thu Oct 22 17:17:13 2015 +0000 @@ -4,12 +4,13 @@ #ifndef POLICEEFFECT_H #define POLICEEFFECT_H -class PoliceEffect : public Effect{ - - public: - +class PoliceEffect : public Effect +{ + +public: + PoliceEffect(RGB* led); - + virtual void run(); };