Contiki 2.6
|
Sensor driver for reading the built-in temperature sensor in the CPU. More...
#include "dev/temperature-sensor.h"
#include "dev/sky-sensors.h"
#include "contiki.h"
Go to the source code of this file.
Variables | |
struct sensors_sensor | temperature_sensor |
NOTE: For the temperature measurement, the ADC extended range mode is needed; but this is inaccurate due to the high voltage mode bug of the general purpose ADC (see STM32W108 errata). |
Sensor driver for reading the built-in temperature sensor in the CPU.
Definition in file temperature-sensor.c.