![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
this is testing
app/src/ad7606_user_config.h
- Committer:
- pmallick
- Date:
- 2021-01-14
- Revision:
- 0:3afcd581558d
File content as of revision 0:3afcd581558d:
/*************************************************************************//** * @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_ */