NimbleController : Encapsulate CTS client in its own class.
This commit is contained in:
parent
24a7b6e397
commit
89ccdd0003
5 changed files with 141 additions and 92 deletions
|
|
@ -318,6 +318,7 @@ list(APPEND SOURCE_FILES
|
|||
Components/Brightness/BrightnessController.cpp
|
||||
Components/Ble/NimbleController.cpp
|
||||
Components/Ble/DeviceInformationService.cpp
|
||||
Components/Ble/CurrentTimeClient.cpp
|
||||
drivers/Cst816s.cpp
|
||||
FreeRTOS/port.c
|
||||
FreeRTOS/port_cmsis_systick.c
|
||||
|
|
@ -364,6 +365,7 @@ set(INCLUDE_FILES
|
|||
Components/Brightness/BrightnessController.h
|
||||
Components/Ble/NimbleController.h
|
||||
Components/Ble/DeviceInformationService.h
|
||||
Components/Ble/CurrentTimeClient.h
|
||||
drivers/Cst816s.h
|
||||
FreeRTOS/portmacro.h
|
||||
FreeRTOS/portmacro_cmsis.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue