
elec350
Fork of elec350 by
Diff: button.h
- Revision:
- 5:f2c1ff02e333
- Parent:
- 4:549d1d8ca969
- Child:
- 7:aa63d1e53be6
diff -r 549d1d8ca969 -r f2c1ff02e333 button.h --- a/button.h Thu Oct 15 16:34:35 2015 +0000 +++ b/button.h Thu Oct 15 16:35:49 2015 +0000 @@ -10,6 +10,7 @@ public: Button(string name); bool isPressed(); + float waitWhileHeld(); }; #endif