⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fpc1011.h

📁 本文件的内容是实现TMS320VC5510对指纹芯片FPC1011C读写程序
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -