PixArt Optical Finger Navigation, OFN, demo program for PAW3007 sensor with library. Initial release v1.0.
Dependencies: Pixart_OFN
Fork of OFN_P3007_Demo by
Revision 1:4c9b5b2f001e, committed 2019-02-26
- Comitter:
- PixArtHC
- Date:
- Tue Feb 26 23:02:18 2019 +0000
- Parent:
- 0:79d6b8ec630c
- Commit message:
- V1.1, modify typo in comments.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 79d6b8ec630c -r 4c9b5b2f001e main.cpp --- a/main.cpp Tue Feb 26 19:04:53 2019 +0000 +++ b/main.cpp Tue Feb 26 23:02:18 2019 +0000 @@ -3,7 +3,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* ADBM-A350: Finger navigation chip. +/* PAW3007: Finger navigation chip. * By PixArt Imaging Inc. * Primary Engineer: Hill Chen (PixArt USA) * @@ -11,6 +11,9 @@ */ /* Revision History + * V1.1: February 26, 2019 + * Modify typo in comments. + * * V1.0: February 25, 2019 * First release. */