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.
Diff: HeartBeat.h
- Revision:
- 3:654a22520c76
- Parent:
- 2:fc8dbf3231ee
--- a/HeartBeat.h Thu Nov 29 14:12:25 2012 +0000
+++ b/HeartBeat.h Fri Nov 30 13:38:12 2012 +0000
@@ -5,14 +5,11 @@
public:
//object creator method, call this to initialize a heartbeat object
- HeartBeat(PinName light, PinName pwm);
-
- void turnOn();
+ HeartBeat(PinName pwm);
+
void pwmIt(float frequency);
private:
-
- DigitalOut led;
PwmOut pwmObject;
};
\ No newline at end of file
