pwm.c

来自「DSP 2407AD模块」· C语言 代码 · 共 18 行

C
18
字号
/* ============================================================================*/                                                            
/********************************************************************/
/*                                                                  */
/*FILENAME:ad.c                                                     */
/*This file include all the functions of PWM module                  */
/*Lastest modified by  WJS 08.6.1                                   */
/********************************************************************/
//#include	"240x.h"


/**************************************************************************
*******name:ad 
*******description:PWM initialization
*******Created By WJS
***************************************************************************/
void pwminit(void)
{
}

⌨️ 快捷键说明

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