this is testing

Committer:
pmallick
Date:
Thu Jan 14 18:54:16 2021 +0530
Revision:
0:3afcd581558d
this is testing

Who changed what in which revision?

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