Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: platform_drivers
Diff: app/iio_ad7606.h
- 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_ */