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

📄 oaks8lib.h

📁 一个瑞萨单片机的程序。。。供大家学习用。。。。。。。。。。。。。。。。。。
💻 H
字号:
/*""FILE COMMENT""*************************************************************
*  System Name : for eduction (NO TRANSFERRING)
*  File Name   : oaks8lib.h
*  Contents    : header file for controlling peripheral for OAKS8-LCDBoard
*  Model       : for OAKS8-LCD Board
*  CPU         : R8C/Tiny series
*  Compiler    : NC30WA(V.5.30 Release 1)
*  OS          : not be used
*  Programer   : RENESAS Semiconductor Training Center
*  Note        : for OAKS8-R5F21114FP(R8C/11 group,20MHz)
*******************************************************************************
* COPYRIGHT(C) 2004 RENESAS TECHNOLOGY CORPORATION
* AND RENESAS SOLUTIONS CORPORATION ALL RIGHTS RESERVED
*******************************************************************************
* History      : ---
*""FILE COMMENT END""*********************************************************/

#ifndef __OAKS8LIB_H
#define __OAKS8LIB_H

#include "\work\header\lcdutl.h"		/* header file for LCD control     */
#include "\work\header\swutl.h"			/* header file for key control     */
#include "\work\header\ledutl.h"		/* header file for LEC control     */
#include "\work\header\ad1utl.h"		/* header file for A-D conversion control  */
#include "\work\header\txutl.h"			/* header file for timer control   */
#include "\work\header\intr.h"			/* header file for interrupt routine     */


#endif /*__OAKS8LIB_H*/


/******************************************************************************
    end of file
******************************************************************************/

⌨️ 快捷键说明

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