⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ad.c

📁 DSP 2407AD模块
💻 C
字号:
/* ============================================================================*/ 
/*                         Copyright (C) 2008 WJS                              */ 
/*                          All Rights Reserved.                               */ 
/* ----------------------------------------------------------------------------*/ 
/* ============================================================================*/                                                            
/********************************************************************/
/*                                                                  */
/*FILENAME:ad.c                                                     */
/*This file include all the functions of AD module                  */
/*Lastest modified by  WJS 08.6.1                                   */
/********************************************************************/
#include "ad.h"

/**************************************************************************
*******name:ad 
*******description:AD initialization
*******Created By WJS
***************************************************************************/
void adinit(void)
{
 
}


/**************************************************************************
*******name:ad 
*******description:AD中断服务子程序
*******Created By WJS
***************************************************************************/
void  interrupt  adsampling()
{ 
 
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -