📄 fpc1011.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 + -