Reference firmware for PixArt's PAT9130EW sensor and evaluation board. "Hello World" and "Library" contain the exact same files. Please import just one of the two into your mBed compiler as a new program and not as a library.
Revision 1:efa5e5a1e308, committed 2018-07-18
- Comitter:
- PixArtVY
- Date:
- Wed Jul 18 18:33:03 2018 +0000
- Parent:
- 0:5a34a4387fb0
- Commit message:
- Added Apache License notice.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5a34a4387fb0 -r efa5e5a1e308 main.cpp --- a/main.cpp Fri Apr 20 22:33:08 2018 +0000 +++ b/main.cpp Wed Jul 18 18:33:03 2018 +0000 @@ -1,13 +1,21 @@ // PAT9130EW: Optical Tracking Miniature Chip reference code. -// Version: 1.0 -// Latest Revision Date: 16 Apr. 2018 +// Version: 1.1 +// Latest Revision Date: 18 July 2018 // By PixArt Imaging Inc. // Primary Engineer: Vincent Yeh (PixArt USA) +// Copyright [2018] [Vincent Yeh] +// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: +// http://www.apache.org/licenses/LICENSE-2.0 + + /* //======================= //Revision History //======================= +Version 1.1 -- 18 July 2018 +Added apache license notice. + Version 1.0 -- 16 Apr. 2018 First release. */