This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Non blocking sd_temp_get (using value captured for crystal derived LF tuning)

According to the doc;

 * This function will block until the temperature measurement is done.
 * It takes around 50 us from call to return.

Instead I'd like to return the value that was attained by the periodic LF tuning code inside the softdevice code. How to do it?

Related