Contiki 2.5
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.
 
int8u gpioPort
 GPIO port associated with the sensor.
 
int8u gpioPin
 GPIO pin associated with the sensor.
 
boolean adcFix
 Flag to indicate whether the ADC range extension bug fix is implemented.
 

Detailed Description

Data structure for temperature sensor description.

Definition at line 119 of file board.h.