class using the modern device windsensor rev. c to detect faint breathing above a user programed threshold using non-blocking interrupt service routines.

Dependencies:   mbed

Revision:
0:031f7beccd55
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/victimBreath.h	Thu Nov 24 19:32:41 2016 +0000
@@ -0,0 +1,9 @@
+class victimBreath {
+    public:
+    victimBreath();
+    void sample();
+    void startReading();
+    void stopReading();
+    void reset();
+    bool breathDetected();
+};
\ No newline at end of file