|
Contiki-Inga 3.x
|
Temperature sensor.More...
#include "hal/error.h"#include "hal/hal.h"#include "micro/adc.h"#include "dev/temperature-sensor.h"Go to the source code of this file.
Macros | |
| #define | SUPPLY_OFFSET 500 |
| 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). | |
Temperature sensor.
Definition in file temperature-sensor.c.
1.8.3.1