swutl.h

来自「一个瑞萨单片机的程序。。。供大家学习用。。。。。。。。。。。。。。。。。。」· C头文件 代码 · 共 31 行

H
31
字号
/*""FILE COMMENT""*************************************************************
*  System Name : for eduction (NO TRANSFERRING)
*  File Name   : swutl.h
*  Contents    : key matrix control
*  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 __SWUTL_H
#define __SWUTL_H

void SW__initialize1(void);			/* initialization function for SW, key matrix	 */
void SW__initialize2(void);			/* initialization function for push switch SW5 */
int SW__getchar(void);				/* function to input a character		 */
int SW__gets(unsigned  char * s);	/* functin to input string			 */
int SW__getnum(void);				/* function to input SW number			 */
int SW__getdec(void);				/* function to input decimal number			 */

/******************************************************************************
    end of file
******************************************************************************/
#endif

⌨️ 快捷键说明

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