Implement battery measurement in BatteryController.
Update battery info on wake up (with button)
This commit is contained in:
parent
11d5403558
commit
fcbd341c1c
6 changed files with 103 additions and 75 deletions
|
|
@ -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}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue