precision-converters-firmware
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ad717x_user_config.h
Go to the documentation of this file.
1/*************************************************************************/
14#ifndef AD717x_USER_CONFIG_H_
15#define AD717x_USER_CONFIG_H_
16
17/******************************************************************************/
18/***************************** Include Files **********************************/
19/******************************************************************************/
20
21#include <stdio.h>
22#include "ad717x.h"
23#include "app_config.h"
24
25/******************************************************************************/
26/********************** Macros and Constants Definition ***********************/
27/******************************************************************************/
28
29/******************************************************************************/
30/********************** Variables and User Defined Data Types *****************/
31/******************************************************************************/
32
33/******************************************************************************/
34/************************ Public Declarations *********************************/
35/******************************************************************************/
36
37extern ad717x_init_param ad717x_init_params;
38
39#endif // AD717x_USER_CONFIG_H_
ad717x_init_param ad717x_init_params
Definition ad717x_user_config.c:67
Configuration file of nanodac firmware example program.