fpc1011.h

来自「本文件的内容是实现TMS320VC5510对指纹芯片FPC1011C读写程序」· C头文件 代码 · 共 42 行

H
42
字号
/* fps.h - Header file for the fingerprint sensor driver */

/* Copyright Mistral Software Pvt Ltd. Corporation */

/*
Modification History
---------------------
Version 1.0,07Jul05,CS - Created
*/

#ifndef __FPS_H
#define __FPS_H

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

/* includes */


/* defines*/
#define FPS_OK			0
#define FPS_ERROR		-1
#define NULL			0


/* typedefs */


/* function declarations */




#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __FPS_H */


⌨️ 快捷键说明

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