precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ad7606_user_config.h
Go to the documentation of this file.
1/*************************************************************************/
14#ifndef _AD7606_USER_CONFIG_H_
15#define _AD7606_USER_CONFIG_H_
16
17/******************************************************************************/
18/***************************** Include Files **********************************/
19/******************************************************************************/
20
21#include <stdint.h>
22#include "ad7606.h"
23
24/******************************************************************************/
25/********************** Macros and Constants Definition ***********************/
26/******************************************************************************/
27
28/******************************************************************************/
29/********************** Variables and User Defined Data Types *****************/
30/******************************************************************************/
31
32extern struct ad7606_init_param ad7606_init_str;
33
34#endif /* end of _AD7606_USER_CONFIG_H_ */
struct ad7606_init_param ad7606_init_str
Definition ad7606_user_config.c:82