BeRTOS
Functions
tmp123.c File Reference

TMP123 Texas Intrument sensor temperature. More...

#include "tmp123.h"
#include "hw/hw_tmp123.h"
#include <cfg/module.h>
#include <cpu/byteorder.h>
#include <io/kfile.h>
#include <drv/ntc.h>

Go to the source code of this file.

Functions

deg_t tmp123_read (KFile *fd)
 Read temperature from TMP123 chip.
void tmp123_init (void)
 Init module.

Detailed Description

TMP123 Texas Intrument sensor temperature.

Author:
Daniele Basile <asterix@develer.com>

Definition in file tmp123.c.