diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-06-12 19:01:55 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 19:01:55 (GMT) |
| commit | ab1a3900a377054bd67196f0ee5c748ea93d3e46 (patch) | |
| tree | 907608958d0be8a97a3d646c842fde3095cef939 /src/components/heartrate/Ppg.h | |
| parent | f2d01166c380b72ebcb13ef649def88ff4cf2d21 (diff) | |
| parent | e90e8c7426f9a44e696b208a5b393a60476a3d43 (diff) | |
Merge branch 'develop' into pinetimestyle
Diffstat (limited to 'src/components/heartrate/Ppg.h')
| -rw-r--r-- | src/components/heartrate/Ppg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/heartrate/Ppg.h b/src/components/heartrate/Ppg.h index ee07dfc..0001416 100644 --- a/src/components/heartrate/Ppg.h +++ b/src/components/heartrate/Ppg.h @@ -8,8 +8,7 @@ namespace Pinetime { namespace Controllers { class Ppg { public: - explicit Ppg(float spl); - + Ppg(); int8_t Preprocess(float spl); float HeartRate(); |
