precision-converters-firmware
ad738x_user_config.h
Go to the documentation of this file.
1 /*************************************************************************/
13 #ifndef AD738X_USER_CONFIG_H_
14 #define AD738X_USER_CONFIG_H_
15 
16 /******************************************************************************/
17 /***************************** Include Files **********************************/
18 /******************************************************************************/
19 
20 #include <stdint.h>
21 #include "ad738x.h"
22 
23 /******************************************************************************/
24 /********************** Macros and Constants Definition ***********************/
25 /******************************************************************************/
26 
27 /******************************************************************************/
28 /********************** Public/Extern Declarations ****************************/
29 /******************************************************************************/
30 
31 extern struct ad738x_init_param ad738x_init_params;
32 
33 #endif /* end of AD738X_USER_CONFIG_H_ */
struct ad738x_init_param ad738x_init_params
Definition: ad738x_user_config.c:29