summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-27 15:05:35 (GMT)
committerJF <jf@codingfield.com>2019-12-27 15:05:35 (GMT)
commitfcbd341c1cf0084d50e7d32337013095d45091b9 (patch)
treeb1894c3e5168f88142dbf76b3a813535464811c8 /src/CMakeLists.txt
parent11d5403558d09eecd2c1fbf824ac925fe3f75d21 (diff)
Implement battery measurement in BatteryController.
Update battery info on wake up (with button)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d5f57eb..b845fed 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -38,6 +38,7 @@ list(APPEND SOURCE_FILES
drivers/SpiMaster.cpp
Components/Gfx/Gfx.cpp
BLE/BleManager.c
+ Components/Battery/BatteryController.cpp
)
set(INCLUDE_FILES
@@ -51,6 +52,7 @@ set(INCLUDE_FILES
drivers/SpiMaster.h
Components/Gfx/Gfx.h
BLE/BleManager.h
+ Components/Battery/BatteryController.h
)
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}") \ No newline at end of file