Set pin before loop

This commit is contained in:
Riku Isokoski 2021-08-09 22:11:35 +03:00 committed by JF002
parent 10f610b219
commit 7c28de0b6f

View file

@ -308,6 +308,7 @@ int main(void) {
NRF_GPIO_PIN_NOPULL,
NRF_GPIO_PIN_S0D1,
NRF_GPIO_PIN_NOSENSE);
nrf_gpio_pin_set(pinTwiScl);
for (uint8_t i = 0; i < 16; i++) {
nrf_gpio_pin_toggle(pinTwiScl);
nrf_delay_us(5);