Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ad7606_data_capture.h Source File

ad7606_data_capture.h

Go to the documentation of this file.
00001 /***************************************************************************//**
00002  *   @file   ad7606_data_capture.h
00003  *   @brief  Header for AD7606 data capture interfaces
00004 ********************************************************************************
00005  * Copyright (c) 2020-2021 Analog Devices, Inc.
00006  * All rights reserved.
00007  *
00008  * This software is proprietary to Analog Devices, Inc. and its licensors.
00009  * By using this software you agree to the terms of the associated
00010  * Analog Devices Software License Agreement.
00011 *******************************************************************************/
00012 
00013 #ifndef AD7606_DATA_CAPTURE_H_
00014 #define AD7606_DATA_CAPTURE_H_
00015 
00016 /******************************************************************************/
00017 /***************************** Include Files **********************************/
00018 /******************************************************************************/
00019 #include <stddef.h>
00020 
00021 #include "ad7606.h"
00022 #include "ad7606_support.h"
00023 
00024 /******************************************************************************/
00025 /********************** Macros and Constants Definition ***********************/
00026 /******************************************************************************/
00027 
00028 /******************************************************************************/
00029 /********************** Variables and User Defined Data Types *****************/
00030 /******************************************************************************/
00031 
00032 /******************************************************************************/
00033 /************************ Public Declarations *********************************/
00034 /******************************************************************************/
00035 
00036 #endif /* AD7606_DATA_CAPTURE_H_ */