Reference firmware for PixArt's ADBM-A350 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.

Welcome to the code repository for PixArt's ADBM-A350 sensor and evaluation board.

For general information about this product, please visit this product's components page here:
https://os.mbed.com/components/ADBM-A350-Finger-Navigation-Optical-Sens/

For guides and tips on how to setup and evaluate the ADBM-A350 sensor with the Nordic nRF52-DK microcontroller using this reference code, please visit this guide:
https://os.mbed.com/teams/PixArt/code/ADBM-A350_referenceCode/wiki/Guide-for-nRF52-DK-Platform

For guides and tips on how to setup and evaluate the ADBM-A350 sensor with any mBed-supported microcontroller using this reference code, please visit this guide:
https://os.mbed.com/teams/PixArt/code/ADBM-A350_referenceCode/wiki/Guide-for-Any-Platform

Revision:
1:67d6484416a6
Parent:
0:a051df82fcdf
--- a/main.cpp	Mon Jun 25 21:14:10 2018 +0000
+++ b/main.cpp	Tue Oct 30 21:14:15 2018 +0000
@@ -1,13 +1,21 @@
 // ADBM-A350: Finger navigation chip.
-// Version: 1.0
-// Latest Revision Date: 14 June 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 -- 14 June 2018
 First release.
 */