|
Contiki 2.5
|
MB851 temperature sensor APIS. More...
#include "hal/hal.h"#include "hal/error.h"#include "hal/micro/temperature_sensor.h"#include "hal/micro/adc.h"Go to the source code of this file.
Functions | |
| void | temperatureSensor_Init (void) |
| Temperature Sensor Initialization function. | |
| int32u | temperatureSensor_GetValue (void) |
| Get temperature sensor value. | |
MB851 temperature sensor APIS.
Definition in file temperature_sensor.c.
1.8.3.1