Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Revision:
1:63c505e13da4
Child:
5:f3d7cf95cd8f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/ad5770r_user_config.h	Mon Mar 30 16:52:24 2020 +0000
@@ -0,0 +1,28 @@
+/*!
+ *****************************************************************************
+  @file:  ad5770_user_config.h
+  @brief: user config header for ad5770r
+  @details:
+ -----------------------------------------------------------------------------
+ *
+Copyright (c) 2020 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 AD5770R_INIT_CONFIG_H_
+#define AD5770R_INIT_CONFIG_H_
+
+// #includes
+
+// #defines
+
+// Variables
+extern struct ad5770r_init_param ad5770r_user_param;
+
+// Function Prototypes
+
+#endif /* AD5770R_INIT_CONFIG_H_ */
+