Interface to access to Avago ADNS-9500 laser mouse sensors.

Fork of ADNS9500 by Chris Majoros

History

Changed int to int16_t everywhere default tip

2013-03-14, by xxann5 [Thu, 14 Mar 2013 13:14:51 +0000] rev 17

Changed int to int16_t everywhere


Removed some debug output. Also changed the setResolution method to accept CPI value and not the corisponding hex value(need to tweak that)

2012-12-12, by xxann5 [Wed, 12 Dec 2012 03:16:18 +0000] rev 16

Removed some debug output. Also changed the setResolution method to accept CPI value and not the corisponding hex value(need to tweak that)


added the srom in a header file as well as tweaked some methods to my likeing

2012-12-09, by xxann5 [Sun, 09 Dec 2012 05:27:51 +0000] rev 15

added the srom in a header file as well as tweaked some methods to my likeing


Bug fix in while condition inside sromDownload()

2012-10-17, by aplatanado [Wed, 17 Oct 2012 12:27:40 +0000] rev 14

Bug fix in while condition inside sromDownload()


Use C Std I/O instead of C++ Std I/O to minimize memory usage.

2012-10-16, by aplatanado [Tue, 16 Oct 2012 16:59:53 +0000] rev 13

Use C Std I/O instead of C++ Std I/O to minimize memory usage.


Fix legacy code detected thanks to Daniel ?kesson

2012-09-29, by aplatanado [Sat, 29 Sep 2012 22:36:29 +0000] rev 12

Fix legacy code detected thanks to Daniel ?kesson


use spiRecevie to read product and revision id

2012-07-12, by aplatanado [Thu, 12 Jul 2012 13:56:54 +0000] rev 11

use spiRecevie to read product and revision id


spi_frequency was not setted in constructor

2012-07-11, by aplatanado [Wed, 11 Jul 2012 15:56:05 +0000] rev 10

spi_frequency was not setted in constructor


solve a bug introduced with the last change when the observation register is checked.

2012-07-11, by aplatanado [Wed, 11 Jul 2012 13:39:21 +0000] rev 9

solve a bug introduced with the last change when the observation register is checked.


ensure ncs is high if observation test fails during reset

2012-07-10, by aplatanado [Tue, 10 Jul 2012 13:29:45 +0000] rev 8

ensure ncs is high if observation test fails during reset