precision-converters-firmware
ad579x_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
13 #ifndef USER_CONFIG_H
14 #define USER_CONFIG_H
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 #include "ad5791.h"
20 
21 /******************************************************************************/
22 /********************** Macros and Constants Definition ***********************/
23 /******************************************************************************/
24 
25 /******************************************************************************/
26 /********************** Variables and User Defined Data Types *****************/
27 /******************************************************************************/
28 
29 extern struct ad5791_init_param ad579x_init_params;
30 
31 #endif /* USER_CONFIG_H */
struct ad5791_init_param ad579x_init_params
Definition: ad579x_user_config.c:29