diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-01-17 09:39:46 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-01-17 09:39:46 (GMT) |
| commit | 04063cf0af29e09946bf3d1fa77ae91235cd8b84 (patch) | |
| tree | 96adf3bcf0c869c738d8c5f73985296b9f7bb105 /src/components/heartrate/Ppg.h | |
| parent | c82c22650cf7d7a8f31146345b9510cc6eabc5f8 (diff) | |
HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ON when the app is closed), display the HR value on the Clock app.
Diffstat (limited to 'src/components/heartrate/Ppg.h')
| -rw-r--r-- | src/components/heartrate/Ppg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/heartrate/Ppg.h b/src/components/heartrate/Ppg.h index 846ade0..747ae01 100644 --- a/src/components/heartrate/Ppg.h +++ b/src/components/heartrate/Ppg.h @@ -14,6 +14,7 @@ namespace Pinetime { float HeartRate(); void SetOffset(uint16_t i); + void Reset(); private: std::array<int, 200> data; |
