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.
Fork of ele350 by
Diff: button.h
- Revision:
- 13:97f2c0033832
- Parent:
- 12:1ea09ec4bde1
diff -r 1ea09ec4bde1 -r 97f2c0033832 button.h
--- a/button.h Thu Nov 12 13:32:19 2015 +0000
+++ b/button.h Thu Nov 12 13:38:11 2015 +0000
@@ -11,7 +11,7 @@
public:
Button(string name);
bool isPressed();
-
+ float getPulse();
};
#endif
