nRF5 SDK for Thread and Zigbee v4.0.0
Functions
Thermometer Abstraction Layer for the 802.15.4 driver

Module that defines the Thermometer Abstraction Layer for the 802.15.4 driver. More...

Functions

void nrf_802154_temperature_init (void)
 Initializes the thermometer.
 
void nrf_802154_temperature_deinit (void)
 Deinitializes the thermometer.
 
int8_t nrf_802154_temperature_get (void)
 Gets the current temperature. More...
 
void nrf_802154_temperature_changed (void)
 Callback function executed when the temperature changes.
 

Detailed Description

Module that defines the Thermometer Abstraction Layer for the 802.15.4 driver.

The Thermometer Abstraction Layer interface for the 802.15.4 driver.

The Thermometer Abstraction Layer is an abstraction layer of the thermometer that is used to correct RSSI, LQI and ED measurements, and the CCA threshold value.

Function Documentation

int8_t nrf_802154_temperature_get ( void  )

Gets the current temperature.

Returns
Current temperature, in centigrades (C).

Documentation feedback | Developer Zone | Subscribe | Updated