Mahesh Phalke / Mbed OS EVAL-AD7606

Dependencies:   platform_drivers

Revision:
7:94f36455773c
Parent:
6:75e922b3859a
--- a/app/iio_ad7606.h	Thu Jul 15 13:21:42 2021 +0530
+++ b/app/iio_ad7606.h	Mon Aug 02 16:11:58 2021 +0530
@@ -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_ */