Hello!
I want to set the Pin2 (GPIO) on VCC. I have try it by nrf_gpio_pin_set(2) but it doesn’t work. Is there a better way to set Pin2?
Thanks!
Have you configured it as output? And by the way (2) means GPIO2 signal, not physical pin number on chip.