Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
victimBreath.h@0:031f7beccd55, 2016-11-24 (annotated)
- Committer:
 - dehrlich
 - Date:
 - Thu Nov 24 19:32:41 2016 +0000
 - Revision:
 - 0:031f7beccd55
 
Class using the modern device windsensor rev. c to detect faint breathing above a programed threshold using a non-blocking interrupt service routine.
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| dehrlich | 0:031f7beccd55 | 1 | class victimBreath { | 
| dehrlich | 0:031f7beccd55 | 2 | public: | 
| dehrlich | 0:031f7beccd55 | 3 | victimBreath(); | 
| dehrlich | 0:031f7beccd55 | 4 | void sample(); | 
| dehrlich | 0:031f7beccd55 | 5 | void startReading(); | 
| dehrlich | 0:031f7beccd55 | 6 | void stopReading(); | 
| dehrlich | 0:031f7beccd55 | 7 | void reset(); | 
| dehrlich | 0:031f7beccd55 | 8 | bool breathDetected(); | 
| dehrlich | 0:031f7beccd55 | 9 | }; |