📄 osadc.h
字号:
/*
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -