target.h
来自「开源ZigBee 协议栈」· C头文件 代码 · 共 40 行
H
40 行
/*************************************************************************
* *
* OpenBee v0.1.0 Copyright (c) 2005 OpenBee Project Team *
* *
* This file is part of the OpenBee project. *
* The OpenBee project is located at the following *
* location: http://www.openbee.org/ *
* *
* OpenBee is free software. You can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation. *
* See the GNU General Public License for more details: *
* http://opensource.org/licenses/gpl-license.php *
* *
* ******************************************************************* *
* See http://www.openbee.org/ for documentation, latest information, *
* license and contact details. *
* ******************************************************************* *
* *
* The OpenBee project is powered by HEVs (University of Applied *
* Sciences Valais): http://www.hevs.edu *
* *
*************************************************************************/
#ifndef TARGET_H
#define TARGET_H
#ifdef TARGET_XEBS
#include <target/xebs/xebs.h>
#include <target/xebs/AT91R40008.h>
#include <target/xebs/aic.h>
#include <target/xebs/pio.h>
#include <target/xebs/usart.h>
#include <target/xebs/ebi.h>
#include <target/xebs/portmacro.h>
#endif // TARGET_XEBS
#endif // TARGET_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?