Contiki-NG
Functions

Driver for the TMP102 temperature sensor. More...

#include <stdio.h>
#include "contiki.h"
#include "dev/i2c.h"
#include "tmp102.h"

Go to the source code of this file.

Functions

void tmp102_init (void)
 Initialiser for the TMP102 sensor driver.
 
uint8_t tmp102_read (uint16_t *data)
 Get a temperature reading from the TMP102 sensor.
 

Detailed Description

Driver for the TMP102 temperature sensor.

Definition in file tmp102.c.