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

📄 includes.h.111020174910

📁 mega16 ucos操作系统
💻 111020174910
字号:
/*
 *******************************************************************************
 *                    uC/OS-II
 *                 The Real-Time Kernel
 *
 *               ATmega103 Specific code
 *
 * File:		INCLUDES.H
 * By:			Ole Saether
 * Modified by:	Joerg Meyer
 * Revision:	0
 *
 *******************************************************************************
*/

#ifndef _OS_INCLUDES_HEADER
#define _OS_INCLUDES_HEADER 1

#include  <iom16v.h>
#include  <eeprom.h>

//UCOS移植文件
#include  "..\source\CPU_source\os_cpu.h"
#include  "..\source\CPU_source\OS_CFG.H"
#include  "..\source\ucos_source\uCOS_II.H"
//系统文件
#include  "..\source\comm\bms_task.h"
#include  "..\source\bms\bms_cfg.h"
#include  "..\source\bms\OSMessage.h"
#include "..\source\bms\delay.h"
#include "..\source\bms\74HC595.h"
#include  "..\source\comm\serialcomm.h"


#endif

⌨️ 快捷键说明

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