Example program for EVAL-AD4696.

Dependencies:   platform_drivers

Revision:
1:edd760d6380f
diff -r 721af8bb4b69 -r edd760d6380f app/ad4696_data_capture.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/ad4696_data_capture.h	Thu Sep 30 11:58:20 2021 +0100
@@ -0,0 +1,37 @@
+/***************************************************************************//**
+ *   @file   ad4696_data_capture.h
+ *   @brief  Header for AD4696 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 _AD4696_DATA_CAPTURE_H_
+#define _AD4696_DATA_CAPTURE_H_
+
+/******************************************************************************/
+/***************************** Include Files **********************************/
+/******************************************************************************/
+
+#include "app_config.h"
+#include "ad469x.h"
+#include "adc_data_capture.h"
+
+/******************************************************************************/
+/********************** Macros and Constants Definition ***********************/
+/******************************************************************************/
+
+/******************************************************************************/
+/********************** Variables and User Defined Data Types *****************/
+/******************************************************************************/
+
+/******************************************************************************/
+/************************ Public Declarations *********************************/
+/******************************************************************************/
+
+#endif /* _AD4696_DATA_CAPTURE_H_ */
\ No newline at end of file