Implement battery measurement in BatteryController.
Update battery info on wake up (with button)
This commit is contained in:
@@ -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}")
|
Reference in New Issue
Block a user