
elec350
Fork of elec350 by
Diff: button.h
- Revision:
- 4:549d1d8ca969
- Parent:
- 3:998b7d011f2a
- Child:
- 5:f2c1ff02e333
--- a/button.h Wed Oct 14 21:09:51 2015 +0000 +++ b/button.h Thu Oct 15 16:34:35 2015 +0000 @@ -2,7 +2,6 @@ #define _BUTTON_H_ #include "mbed.h" - #include <string> class Button { @@ -11,7 +10,7 @@ public: Button(string name); bool isPressed(); - float waitWhileHeld(); }; -#endif \ No newline at end of file +#endif +