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

victimBreath.h

Committer:
dehrlich
Date:
2016-11-24
Revision:
0:031f7beccd55

File content as of revision 0:031f7beccd55:

class victimBreath {
    public:
    victimBreath();
    void sample();
    void startReading();
    void stopReading();
    void reset();
    bool breathDetected();
};