no-OS
Loading...
Searching...
No Matches
iio_cn0391.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __IIO_CN0391_H__
35#define __IIO_CN0391_H__
36
37#include "iio.h"
38
39#ifdef CN0391_IIO_SUPPORT
40extern struct iio_device iio_cn0391_device;
41#endif /* CN0391_IIO_SUPPORT */
42
43/* Custom AD7124-8 IIO device exposing the same 4 thermocouple channels
44 * (CH0..CH3) backed by the cn0391_dev descriptor — used for demo purposes
45 * with SCOPY application. */
47
48#endif /* __IIO_CN0391_H__ */
Header file of iio.
struct iio_device iio_ad7124_cn0391_device
Definition iio_cn0391.c:255
Structure holding channels and attributes of a device.
Definition iio_types.h:239