aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/heartrate/Ppg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move up file header include to topReinhold Gschweicher2021-11-151-1/+1
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-9/+2
| | | | variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
* Fix #209. Use int8_t for PPG data arraydavid2021-05-011-5/+5
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-20/+20
|
* fix build warnings in HR implementationpetter2021-01-251-1/+1
|
* Add License/copyright info in HR related files.Jean-François Milants2021-01-171-1/+7
|
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-0/+4
| | | | ON when the app is closed), display the HR value on the Clock app.
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-0/+96