Code cleaning, implement BT connection, advertising, discovery and CTS in ble_manager module.
This commit is contained in:
parent
981dc3fce1
commit
e8f9304d37
4 changed files with 584 additions and 654 deletions
|
|
@ -36,6 +36,7 @@ list(APPEND SOURCE_FILES
|
|||
drivers/St7789.cpp
|
||||
drivers/SpiMaster.cpp
|
||||
Components/Gfx/Gfx.cpp
|
||||
BLE/BleManager.c
|
||||
)
|
||||
|
||||
set(INCLUDE_FILES
|
||||
|
|
@ -47,6 +48,7 @@ set(INCLUDE_FILES
|
|||
drivers/St7789.h
|
||||
drivers/SpiMaster.h
|
||||
Components/Gfx/Gfx.h
|
||||
BLE/BleManager.h
|
||||
)
|
||||
|
||||
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue