Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConnect) once it's bond.
WIP, the code is really ugly
This commit is contained in:
parent
528fc56616
commit
ecf307c559
6 changed files with 695 additions and 26 deletions
|
|
@ -16,7 +16,7 @@ void BlinkApp::Process(void *instance) {
|
|||
|
||||
NRF_LOG_INFO("BlinkApp task started!");
|
||||
while (1) {
|
||||
NRF_LOG_INFO("BlinkApp task running!");
|
||||
// NRF_LOG_INFO("BlinkApp task running!");
|
||||
// nrf_gpio_pin_toggle(22);
|
||||
// nrf_gpio_pin_toggle(23);
|
||||
// nrf_gpio_pin_toggle(14);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue