We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff81a72 commit 5eb56d9Copy full SHA for 5eb56d9
1 file changed
src/main.cpp
@@ -308,6 +308,7 @@ int main(void) {
308
NRF_GPIO_PIN_NOPULL,
309
NRF_GPIO_PIN_S0D1,
310
NRF_GPIO_PIN_NOSENSE);
311
+ nrf_gpio_pin_set(pinTwiScl);
312
for (uint8_t i = 0; i < 16; i++) {
313
nrf_gpio_pin_toggle(pinTwiScl);
314
nrf_delay_us(5);
0 commit comments