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