PixArt Optical Track Sensor, OTS, demo program for P5101 sensor with OTS library v1.1. Imported and modified from P9130 demo program. Initial release v1.0.

Dependencies:   Pixart_OTS

Fork of OTS_P5101_Demo by Hill Chen

Revision:
5:1633d262b22f
Parent:
4:1b406caf9581
Child:
6:935148896ccf
--- a/main.cpp	Wed Mar 06 21:17:05 2019 +0000
+++ b/main.cpp	Wed Mar 06 21:25:04 2019 +0000
@@ -3,7 +3,7 @@
  * SPDX-License-Identifier: Apache-2.0
  */
 
-/* PAT9125EL: Optical Tracking Sensor.
+/* PAT9130EW: Optical Tracking Sensor.
  * By PixArt Imaging Inc.
  * Primary Engineer: Hill Chen (PixArt USA)
  *
@@ -22,7 +22,7 @@
 SPI spi(p23, p24, p25); //mosi, miso, sclk
 DigitalOut cs(p22);     //chip select
 
-static const Pixart_OTS_Model OTS_MODEL = PIXART_OTS_MODEL_9125;
+static const Pixart_OTS_Model OTS_MODEL = PIXART_OTS_MODEL_9130;
 
 int main()
 {