Hi,
I had my application running on nRF_SDK_For_Thread_and_Zigbee.
I have been following SDK APIs directly in my code to calculate certain parameters:
1. nrf_temp_read()
2. NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE(NRF_SAADC_INPUT_VDD) (for calculating battery life- analog peripheral example)
3. nrf_mem_init()
4. nrf_cal_get_epoch_time()
Could you please help me in finding their equivalent APIs in nRF_Connect_SDK?