资源简介
1、AD7193中文手册
2、AD7193英文手册
3、AD7193官方参考例程
代码片段和文件信息
/***************************************************************************//**
* @file AD7193.c
* @brief Implementation of AD7193 Driver.
* @author Dan Nechita
********************************************************************************
* Copyright 2012(c) Analog Devices Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions are met:
* - Redistributions of source code must retain the above copyright
* notice this list of conditions and the following disclaimer.
* - Redistributions in binary form must reproduce the above copyright
* notice this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
* - Neither the name of Analog Devices Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
* - The use of this software may or may not infringe the patent rights
* of one or more patent holders. This license does not release you
* from the requirement that you obtain separate licenses from these
* patent holders to use this software.
* - Use of the software either in source or binary form must be run
* on or directly connected to an Analog Devices Inc. component.
*
* THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES “AS IS“ AND ANY EXPRESS OR
* IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT INDIRECT
* INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
* LIMITED TO INTELLECTUAL PROPERTY RIGHTS PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
********************************************************************************
* SVN Revision: 792
*******************************************************************************/
/******************************************************************************/
/***************************** Include Files **********************************/
/******************************************************************************/
#include “AD7193.h“ // AD7193 definitions.
/******************************************************************************/
/************************ Variables Definitions *******************************/
/******************************************************************************/
unsigned char curren
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-03 22:45 AD7193资料\
文件 1085538 2018-08-02 21:51 AD7193资料\AD7193.pdf
文件 1071107 2018-08-06 22:16 AD7193资料\AD7193_cn.pdf
目录 0 2018-10-03 22:45 AD7193资料\ad7193_generic\
文件 14340 2012-11-08 21:24 AD7193资料\ad7193_generic\AD7193.c
文件 11904 2012-11-08 21:24 AD7193资料\ad7193_generic\AD7193.h
文件 7981 2012-11-08 21:24 AD7193资料\ad7193_generic\Communication.c
文件 4515 2012-11-08 21:24 AD7193资料\ad7193_generic\Communication.h
目录 0 2018-10-03 22:44 AD7193资料\ad7193_rl78g13\
文件 14340 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\AD7193.c
文件 12189 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\AD7193.h
文件 14187 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\Communication.c
文件 4359 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\Communication.h
文件 6747 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\Main.c
文件 20330 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\ST7579.c
文件 4530 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\ST7579.h
文件 6896 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\TIME.c
文件 3289 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\TIME.h
文件 3812 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\YRDKRL78G13.c
文件 4852 2012-11-08 20:46 AD7193资料\ad7193_rl78g13\YRDKRL78G13.h
目录 0 2018-10-03 22:44 AD7193资料\ad7193_rx62n\
文件 12921 2012-03-27 21:53 AD7193资料\ad7193_rx62n\AD7193.c
文件 11986 2012-03-27 21:53 AD7193资料\ad7193_rx62n\AD7193.h
文件 8531 2012-03-27 21:53 AD7193资料\ad7193_rx62n\Communication.c
文件 4130 2012-03-27 21:53 AD7193资料\ad7193_rx62n\Communication.h
文件 5788 2012-03-27 21:53 AD7193资料\ad7193_rx62n\Main.c
文件 13470 2012-03-27 21:53 AD7193资料\ad7193_rx62n\ST7579.c
文件 4043 2012-03-27 21:53 AD7193资料\ad7193_rx62n\ST7579.h
文件 4353 2012-03-27 21:53 AD7193资料\ad7193_rx62n\YRDKRX62N.c
文件 5111 2012-03-27 21:53 AD7193资料\ad7193_rx62n\YRDKRX62N.h
评论
共有 条评论