JIAWEI ZHANG / Mbed 2 deprecated ele350ku

Dependencies:   mbed

Dependents:   Exercise8_1-2-3

Fork of ele350 by JIAWEI ZHANG

Revision:
12:1ea09ec4bde1
Parent:
11:e6ddabe64bee
Child:
13:97f2c0033832
--- a/button.h	Thu Nov 12 12:50:04 2015 +0000
+++ b/button.h	Thu Nov 12 13:32:19 2015 +0000
@@ -11,7 +11,7 @@
     public:
     Button(string name);
     bool isPressed();
-    float getPulse();
+    
 };
 
 #endif