|
Contiki-Inga 3.x
|
Data structure for temperature sensor description. More...
#include <cpu/stm32w108/hal/micro/cortexm3/stm32w108/board.h>
Data Fields | |
| char * | name |
| Name of the temperature sensor device. | |
| uint8_t | gpioPort |
| GPIO port associated with the sensor. | |
| uint8_t | gpioPin |
| GPIO pin associated with the sensor. | |
| boolean | adcFix |
| Flag to indicate whether the ADC range extension bug fix is implemented. | |
| uint8_t | div |
| Voltage divider network from sensor vout and GPIO. | |
1.8.3.1