First code tested on the actual pinetime hardware

This commit is contained in:
JF
2019-12-02 19:42:10 +01:00
parent 2ea27e0cda
commit 66182d15bc
7 changed files with 181 additions and 13 deletions

View File

@@ -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);
}
}