AD7768-1 MBED IIO Application Example

Dependencies:   platform_drivers

Revision:
1:c0429edee15b
Child:
2:eb624ef78449
diff -r 4f174385050d -r c0429edee15b app/ad77681_data_capture.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/ad77681_data_capture.h	Fri Sep 24 18:39:34 2021 +0800
@@ -0,0 +1,39 @@
+/***************************************************************************//**
+ *   @file   ad77681_data_capture.h
+ *   @brief  Header for AD7768-1 data capture interfaces
+********************************************************************************
+ * Copyright (c) 2021 Analog Devices, Inc.
+ *
+ * All rights reserved.
+ *
+ * This software is proprietary to Analog Devices, Inc. and its licensors.
+ * By using this software you agree to the terms of the associated
+ * Analog Devices Software License Agreement.
+*******************************************************************************/
+
+#ifndef _AD77681_DATA_CAPTURE_H_
+#define _AD77681_DATA_CAPTURE_H_
+
+/******************************************************************************/
+/***************************** Include Files **********************************/
+/******************************************************************************/
+
+#include "app_config.h"
+#include "ad77681.h"
+#include "adc_data_capture.h"
+
+/******************************************************************************/
+/********************** Macros and Constants Definition ***********************/
+/******************************************************************************/
+
+/******************************************************************************/
+/********************** Variables and User Defined Data Types *****************/
+/******************************************************************************/
+
+/******************************************************************************/
+/************************ Public Declarations *********************************/
+/******************************************************************************/
+
+struct data_capture_ops data_capture_ops;
+
+#endif /* _AD77681_DATA_CAPTURE_H_ */