precision-converters-firmware
ad7124_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
14 #ifndef _AD7124_USER_CONFIG_H
15 #define _AD7124_USER_CONFIG_H
16 
17 /******************************************************************************/
18 /***************************** Include Files **********************************/
19 /******************************************************************************/
20 
21 #include <stdint.h>
22 
23 #include "ad7124.h"
24 #include "ad7124_regs.h"
25 
26 /******************************************************************************/
27 /********************** Macros and Constants Definition ***********************/
28 /******************************************************************************/
29 
30 /******************************************************************************/
31 /********************** Public/Extern Declarations ****************************/
32 /******************************************************************************/
33 
34 extern struct ad7124_init_param ad7124_init_params;
35 
36 #endif /* end of _AD7124_USER_CONFIG_H */
struct ad7124_init_param ad7124_init_params
Definition: ad7124_user_config.c:40