Interface definition of the EFM32 internal temperature sensor driver. More...
Interface definition of the EFM32 internal temperature sensor driver.
Definition in file coretemp.h.
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | coretemp_init (void) |
Initialize the sensor. | |
int16_t | coretemp_read (void) |
Read the current temperature from the sensor. | |