PixArt Optical Finger Navigation, OFN, library for PAW3007 sensor. Initial release v1.0.

Fork of Pixart_OFN by Hill Chen

Committer:
PixArtHC
Date:
Tue Feb 26 18:57:35 2019 +0000
Revision:
0:a4065043fd57
PixArt Optical Finger Navigation, OFN, library for PAW3007 sensor. Initial release v1.0.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
PixArtHC 0:a4065043fd57 1 #ifndef __BUILD_INFO_H__
PixArtHC 0:a4065043fd57 2 #define __BUILD_INFO_H__
PixArtHC 0:a4065043fd57 3
PixArtHC 0:a4065043fd57 4 //#define DEBUG
PixArtHC 0:a4065043fd57 5 //#define USE_CALLBACK
PixArtHC 0:a4065043fd57 6
PixArtHC 0:a4065043fd57 7 #define FW_VERSION "v1.0"
PixArtHC 0:a4065043fd57 8 #define HW_VERSION "PIX1762_v1.0"
PixArtHC 0:a4065043fd57 9 #define PRODUCT "Optical Finger Navigation (OFN)"
PixArtHC 0:a4065043fd57 10 #define MODEL "PAW3007"
PixArtHC 0:a4065043fd57 11
PixArtHC 0:a4065043fd57 12 #endif