File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #include < nrf_log.h>
21#include " components/ble/BatteryInformationService.h"
2+ #include < nrf_log.h>
33#include " components/battery/BatteryController.h"
44
55using namespace Pinetime ::Controllers;
Original file line number Diff line number Diff line change 44 C++ port Copyright (C) 2021 Jean-François Milants
55*/
66
7+ #include " components/heartrate/Ppg.h"
78#include < vector>
89#include < nrf_log.h>
9- #include " components/heartrate/Ppg.h"
1010using namespace Pinetime ::Controllers;
1111
1212/* * Original implementation from wasp-os : https://github.com/daniel-thompson/wasp-os/blob/master/wasp/ppg.py */
Original file line number Diff line number Diff line change 44 C++ port Copyright (C) 2021 Jean-François Milants
55*/
66
7- #include < cmath>
87#include " components/heartrate/Ptagc.h"
8+ #include < cmath>
99
1010using namespace Pinetime ::Controllers;
1111
Original file line number Diff line number Diff line change 1- #include < cstdint>
21#include " displayapp/screens/BatteryIcon.h"
2+ #include < cstdint>
33#include " displayapp/screens/Symbols.h"
44
55using namespace Pinetime ::Applications::Screens;
Original file line number Diff line number Diff line change 1- #include < lvgl/lvgl.h>
21#include " displayapp/screens/HeartRate.h"
2+ #include < lvgl/lvgl.h>
33#include < components/heartrate/HeartRateController.h>
44
55#include " displayapp/DisplayApp.h"
Original file line number Diff line number Diff line change 1- #include < lvgl/lvgl.h>
21#include " displayapp/screens/Motion.h"
2+ #include < lvgl/lvgl.h>
33#include " displayapp/DisplayApp.h"
44
55using namespace Pinetime ::Applications::Screens;
Original file line number Diff line number Diff line change 1- #include < lvgl/lvgl.h>
21#include " displayapp/screens/WatchFaceAnalog.h"
2+ #include < lvgl/lvgl.h>
33#include " displayapp/screens/BatteryIcon.h"
44#include " displayapp/screens/BleIcon.h"
55#include " displayapp/screens/Symbols.h"
Original file line number Diff line number Diff line change 1+ #include " drivers/Bma421.h"
12#include < libraries/delay/nrf_delay.h>
23#include < libraries/log/nrf_log.h>
3- #include " drivers/Bma421.h"
44#include " drivers/TwiMaster.h"
55#include < drivers/Bma421_C/bma423.h>
66
Original file line number Diff line number Diff line change 44 C++ port Copyright (C) 2021 Jean-François Milants
55*/
66
7+ #include " drivers/Hrs3300.h"
78#include < algorithm>
89#include < nrf_gpio.h>
9- #include " drivers/Hrs3300.h"
1010
1111#include < FreeRTOS.h>
1212#include < task.h>
You can’t perform that action at this time.
0 commit comments