Contiki 2.5
Variables
temperature-sensor.c File Reference

    Sensor driver for reading the built-in temperature sensor in the CPU.
More...

#include "contiki.h"
#include "dev/temperature-sensor.h"
#include "dev/sky-sensors.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).
 

Detailed Description

    Sensor driver for reading the built-in temperature sensor in the CPU.
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se Joakim Eriksson joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e Niclas Finne nfi@s.nosp@m.ics..nosp@m.se

Definition in file temperature-sensor.c.