cameratest.h
来自「samsung 最新芯片2450 的测试程序.」· C头文件 代码 · 共 35 行
H
35 行
;/*********************************************************************
;* 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 + =
减小字号Ctrl + -
显示快捷键?