ad.c
来自「DSP 2407AD模块」· C语言 代码 · 共 33 行
C
33 行
/* ============================================================================*/
/* 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 + =
减小字号Ctrl + -
显示快捷键?