Example Program for EVAL-AD7606

Dependencies:   platform_drivers

app/ad7606_user_config.h

Committer:
mahphalke
Date:
2020-10-05
Revision:
1:819ac9aa5667

File content as of revision 1:819ac9aa5667:

/*************************************************************************//**
 *   @file   ad7606_user_config.h
 *   @brief  Header for AD7606 user configuration file
******************************************************************************
* 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 _AD7606_USER_CONFIG_H_
#define _AD7606_USER_CONFIG_H_

/******************************************************************************/
/***************************** Include Files **********************************/
/******************************************************************************/

#include <stdint.h>
#include "ad7606.h"

/******************************************************************************/
/********************** Macros and Constants Definition ***********************/
/******************************************************************************/

/******************************************************************************/
/********************** Variables and User Defined Data Types *****************/
/******************************************************************************/

extern struct ad7606_init_param ad7606_init_str;

#endif /* end of _AD7606_USER_CONFIG_H_ */