elec350

Dependencies:   mbed

Fork of elec350 by Bob Merrison-Hort

Revision:
7:aa63d1e53be6
Parent:
5:f2c1ff02e333
Child:
8:a82ea42026db
--- a/button.h	Thu Oct 15 16:55:27 2015 +0000
+++ b/button.h	Tue Oct 20 14:06:30 2015 +0000
@@ -10,7 +10,7 @@
     public:
         Button(string name);
         bool isPressed();
-        float waitWhileHeld();
+        float getPulse();
 };
 
 #endif