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