Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Revision:
7:054dbd5e1f45
Parent:
6:32de160dce43
--- a/app/iio_ad7606.h	Wed Jul 21 11:16:56 2021 +0100
+++ b/app/iio_ad7606.h	Tue Aug 03 11:54:49 2021 +0100
@@ -30,7 +30,7 @@
 /******************************************************************************/
 
 /******************************************************************************/
-/************************ Functions Declarations ******************************/
+/*************************** Public Declarations ******************************/
 /******************************************************************************/
 
 /* Init the IIO interface */
@@ -39,4 +39,6 @@
 /* Run the IIO event handler */
 void ad7606_iio_event_handler(void);
 
+extern struct ad7606_dev *p_ad7606_dev_inst;
+
 #endif /* IIO_AD7606_H_ */