Contiki 3.x
Data Fields
TempSensorResourceStruct Struct Reference

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.
 

Detailed Description

Data structure for temperature sensor description.

Definition at line 119 of file board.h.