lm75.h File Reference

LM75 sensor temperature family. More...

#include <cpu/types.h>
#include <drv/ntc.h>
#include <drv/i2c.h>
#include <cpu/attr.h>

Go to the source code of this file.

Defines

#define lm75_read(args...)   PP_CAT(lm75_read ## _, COUNT_PARMS(args)) (args)
 Read temperature from LM75 sensor.

Detailed Description

LM75 sensor temperature family.

Author:
Daniele Basile <asterix@develer.com>

Definition in file lm75.h.


Define Documentation

#define lm75_read (   args...)    PP_CAT(lm75_read ## _, COUNT_PARMS(args)) (args)

Read temperature from LM75 sensor.

Note:
: Do not call this function faster than once every ~200ms, otherwise the sensor will not have time to perform conversions and will always return the same temperature value.

Definition at line 65 of file lm75.h.