📄 cameratest.h
字号:
;/*********************************************************************
;* Project Name : S3C2443
;*
;* Copyright 2005 by Samsung Electronics, Inc.
;* All rights reserved.
;*
;* Project Description :
;* This software is only for verifying functions of the S3C2443
;* Anybody can use this code without our permission.
;**********************************************************************
;*
;* Description : Camera
;*
;* History
;* R0.0 (2006.8. ) : Y.C.Kwon draft
;*
;**********************************************************************/
#ifndef __CAMERATEST_H__
#define __CAMERATEST_H__
#ifdef __cplusplus
extern "C" {
#endif
void Test_Camera( void);
#ifdef __cplusplus
}
#endif
#endif /*__CAMERATEST_H__*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -