First code tested on the actual pinetime hardware
This commit is contained in:
parent
2ea27e0cda
commit
66182d15bc
7 changed files with 181 additions and 13 deletions
|
|
@ -17,7 +17,9 @@ void BlinkApp::Process(void *instance) {
|
|||
NRF_LOG_INFO("BlinkApp task started!");
|
||||
while (1) {
|
||||
NRF_LOG_INFO("BlinkApp task running!");
|
||||
bsp_board_led_invert(0);
|
||||
// nrf_gpio_pin_toggle(22);
|
||||
// nrf_gpio_pin_toggle(23);
|
||||
// nrf_gpio_pin_toggle(14);
|
||||
vTaskDelay(1000);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue