Hi,
I use NRF52832 board , and i want to configure the NRF_GPIO->IN register that load values after Xms not on startup
how can I do it?
thanks.
Hi,
I use NRF52832 board , and i want to configure the NRF_GPIO->IN register that load values after Xms not on startup
how can I do it?
thanks.
configure the NRF_GPIO->IN register
What do you mean by that?
The GPIO IN register is read-only
load values after Xms not on startup
The register gives the current states of the inputs - so you read it at the time that you want to know that
configure the NRF_GPIO->IN register
What do you mean by that?
The GPIO IN register is read-only
load values after Xms not on startup
The register gives the current states of the inputs - so you read it at the time that you want to know that