I am looking to understand the state of a pin after calling nrfx_saadc_channel_uninit(channel);
Does it simply return to the last configuration state of the GPIO or something else?
I am looking to understand the state of a pin after calling nrfx_saadc_channel_uninit(channel);
Does it simply return to the last configuration state of the GPIO or something else?
I believe it will return it to its previous GPIO configuration.
I believe it will return it to its previous GPIO configuration.