osadc.h
来自「应用较为广泛的 杉德 刷卡 POS机 的调用示例。」· C头文件 代码 · 共 40 行
H
40 行
/*
Operating System
--------------------------------------------------------------------------
FILE osadc.h
--------------------------------------------------------------------------
INTRODUCTION
============
Created : 2005-05-09 Xiaoxi Jiang
Last modified : 2005-05-09 Xiaoxi Jiang
Module :
Purpose :
Header file.
List of routines in file :
File history :
*/
#ifndef __OSADC_H__
#define __OSADC_H__
#ifdef __cplusplus
extern "C" {
#endif
unsigned char OSADC_Init(void);
unsigned char OSADC_Ioctl(unsigned char ucType,unsigned char *pucData);
unsigned char OSADC_Detect(unsigned char ucChannel,unsigned short *puiValue);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?