This library provides an api to the modern device windsensor rev. c to see if a user has provided a full 1 second rescue breath. It returns a float of 0 for no breaths in 3 seconds, 1 for a full 1 second rescue breath, or the fraction of time the user gave the breath between 0-1.

breath_test.h

Committer:
dehrlich
Date:
2016-11-02
Revision:
0:dd2e484220ac

File content as of revision 0:dd2e484220ac:

//KickStart My Heart victim breath test algorithm 

float give_breath(void);