Example program for EVAL-AD4696.

Dependencies:   platform_drivers

Revision:
1:edd760d6380f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/ad4696_user_config.h	Thu Sep 30 11:58:20 2021 +0100
@@ -0,0 +1,33 @@
+/*************************************************************************//**
+ *   @file   ad4696_user_config.h
+ *   @brief  Header for AD4696 user configuration file
+******************************************************************************
+* 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_USER_CONFIG_H
+#define AD4696_USER_CONFIG_H
+
+/******************************************************************************/
+/***************************** Include Files **********************************/
+/******************************************************************************/
+
+#include <stdint.h>
+#include "ad469x.h"
+
+/******************************************************************************/
+/********************** Macros and Constants Definition ***********************/
+/******************************************************************************/
+
+/******************************************************************************/
+/********************** Variables and User Defined Data Types *****************/
+/******************************************************************************/
+extern struct ad469x_init_param ad4696_init_str;
+
+#endif /* end of AD4696_USER_CONFIG_H */