PixArt Optical Track Sensor, OTS, library initial release v1.0. Supports PAT9125, PAT9126, PAT9130, PAA5101. Future to support PAT9150.

Fork of Pixart_OTS by Hill Chen

Revision:
1:95917b856631
Parent:
0:2a85075b8467
--- a/Pixart_ComPort.cpp	Wed Mar 06 21:02:39 2019 +0000
+++ b/Pixart_ComPort.cpp	Tue Mar 26 22:32:06 2019 +0000
@@ -56,7 +56,7 @@
     m_cs = 0;
     addr = addr & 0x7F;
     m_spi.write(addr);
-    wait_us(1);
+    //wait_us(1);
     uint8_t data_read = m_spi.write(0x00);
     m_cs = 1;