precision-converters-firmware
ad7124_user_config.h
Go to the documentation of this file.
1 /***************************************************************************/
13 #ifndef AD7124_USER_CONFIG_H_
14 #define AD7124_USER_CONFIG_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include <stdio.h>
21 
22 #include "ad7124.h"
23 
24 /******************************************************************************/
25 /********************** Macros and Constants Definition ***********************/
26 /******************************************************************************/
27 
28 /******************************************************************************/
29 /********************** Variables and User Defined Data Types *****************/
30 /******************************************************************************/
31 
32 /******************************************************************************/
33 /********************** Public Declarations ***********************************/
34 /******************************************************************************/
35 
36 /* AD7124 Device Init Parameters */
37 extern struct ad7124_init_param ad7124_init_params;
38 
39 #endif /* AD7124_USER_CONFIG_H_ */
40 
struct ad7124_init_param ad7124_init_params
Definition: ad7124_user_config.c:40