Hello,
I am new on Nordic controller platform and i want to make the GPIO pull down and pull up at run time and also change the IO direction.
How i can do that please any suggestion.
Thanks
Nilesh
Hello,
I am new on Nordic controller platform and i want to make the GPIO pull down and pull up at run time and also change the IO direction.
How i can do that please any suggestion.
Thanks
Nilesh
Hi,
You have to use the GPIO driver. More specifically nrf_gpio_cfg() to set the direction and pulll.
regards
Jared