38#define LM75_UPDATE_INTERVAL 100
40#define LM75_CH_ATTRIBUTE_INPUT 0
41#define LM75_CH_ATTRIBUTE_MAX 1
42#define LM75_CH_ATTRIBUTE_HYST 2
int iio_lm75_init(struct iio_lm75 **iio_lm75pp, struct lm75_dev *dev)
Allocate and initialize resources used by LM75 IIO driver.
Definition iio_lm75.c:235
int iio_lm75_remove(struct iio_lm75 *iio_lm75)
Release resources used by LM75 IIO driver back to system.
Definition iio_lm75.c:273
Header file for iio_types.
Header file of LM75 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:239
struct iio_device iio_dev
Definition iio_lm75.h:46
struct lm75_dev * lm75
Definition iio_lm75.h:45