JIAWEI ZHANG / Mbed 2 deprecated ele350ku

Dependencies:   mbed

Dependents:   Exercise8_1-2-3

Fork of ele350 by JIAWEI ZHANG

Revision:
11:e6ddabe64bee
Parent:
2:9a0770c4fdd6
Child:
12:1ea09ec4bde1
--- a/button.h	Thu Nov 12 12:15:01 2015 +0000
+++ b/button.h	Thu Nov 12 12:50:04 2015 +0000
@@ -11,6 +11,7 @@
     public:
     Button(string name);
     bool isPressed();
+    float getPulse();
 };
 
 #endif