Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Committer:
Kjansen45
Date:
Mon Oct 19 07:54:56 2020 +0000
Revision:
5:42b1eeef29d9
Parent:
1:819ac9aa5667
Repository update

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mahphalke 1:819ac9aa5667 1 /*************************************************************************//**
mahphalke 1:819ac9aa5667 2 * @file ad7606_user_config.h
mahphalke 1:819ac9aa5667 3 * @brief Header for AD7606 user configuration file
mahphalke 1:819ac9aa5667 4 ******************************************************************************
mahphalke 1:819ac9aa5667 5 * Copyright (c) 2020 Analog Devices, Inc.
mahphalke 1:819ac9aa5667 6 *
mahphalke 1:819ac9aa5667 7 * All rights reserved.
mahphalke 1:819ac9aa5667 8 *
mahphalke 1:819ac9aa5667 9 * This software is proprietary to Analog Devices, Inc. and its licensors.
mahphalke 1:819ac9aa5667 10 * By using this software you agree to the terms of the associated
mahphalke 1:819ac9aa5667 11 * Analog Devices Software License Agreement.
mahphalke 1:819ac9aa5667 12 *****************************************************************************/
mahphalke 1:819ac9aa5667 13
mahphalke 1:819ac9aa5667 14 #ifndef _AD7606_USER_CONFIG_H_
mahphalke 1:819ac9aa5667 15 #define _AD7606_USER_CONFIG_H_
mahphalke 1:819ac9aa5667 16
mahphalke 1:819ac9aa5667 17 /******************************************************************************/
mahphalke 1:819ac9aa5667 18 /***************************** Include Files **********************************/
mahphalke 1:819ac9aa5667 19 /******************************************************************************/
mahphalke 1:819ac9aa5667 20
mahphalke 1:819ac9aa5667 21 #include <stdint.h>
mahphalke 1:819ac9aa5667 22 #include "ad7606.h"
mahphalke 1:819ac9aa5667 23
mahphalke 1:819ac9aa5667 24 /******************************************************************************/
mahphalke 1:819ac9aa5667 25 /********************** Macros and Constants Definition ***********************/
mahphalke 1:819ac9aa5667 26 /******************************************************************************/
mahphalke 1:819ac9aa5667 27
mahphalke 1:819ac9aa5667 28 /******************************************************************************/
mahphalke 1:819ac9aa5667 29 /********************** Variables and User Defined Data Types *****************/
mahphalke 1:819ac9aa5667 30 /******************************************************************************/
mahphalke 1:819ac9aa5667 31
mahphalke 1:819ac9aa5667 32 extern struct ad7606_init_param ad7606_init_str;
mahphalke 1:819ac9aa5667 33
mahphalke 1:819ac9aa5667 34 #endif /* end of _AD7606_USER_CONFIG_H_ */