aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/heartrate/HeartRateController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Background heartrate measurementmark90642025-11-051-4/+4
| | | | Co-Authored-By: Patric Gruber <me@patric-gruber.at>
* 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-3/+0
| | | | 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.
* Reformatted all the files according to clang-format styleAvamander2021-04-241-9/+6
|
* Add heart rate BLE service.Jean-François Milants2021-01-171-1/+8
|
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2021-01-171-2/+2
| | | | ON when the app is closed), display the HR value on the Clock app.
* HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-101-2/+13
|
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-101-0/+23