ARM_CORTEX-M3应用实例开发详解光盘

源代码在线查看: template.c

软件大小: 5292 K
上传用户: xiao11tian
关键词: ARM_CORTEX-M 应用实例 光盘
下载地址: 免注册下载 普通下载 VIP

相关代码

				/******************************* (C) Embest ***********************************
				* File Name          : template.c
				* Author             : tary
				* Date               : 2009-03-03
				* Version            : 0.3
				* Description        : C文件模板
				******************************************************************************/
				
				/* Includes -----------------------------------------------------------------*/
				#include 
				#include "template.h"
				
				/* Variables ----------------------------------------------------------------*/
				int template_module_variable;
				
				
				/*=============================================================================
				* Function	: 
				* Description	: 
				* Input Para	: 
				* Output Para	: 
				* Return Value  : 
				=============================================================================*/
				int template_start(char* buf, int size) {
					// 返回值>=0表示成功
					// 					return 0;
				}
				
				/************************************END OF FILE******************************/
							

相关资源