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

Fork of ADNS9500 by Chris Majoros

Changes

RevisionDateWhoCommit message
17:af2fb65ee807 2013-03-14 xxann5 Changed int to int16_t everywhere default tip
16:de76a70defb3 2012-12-12 xxann5 Removed some debug output. Also changed the setResolution method to accept CPI value and not the corisponding hex value(need to tweak that)
15:85ea51a56fdc 2012-12-09 xxann5 added the srom in a header file as well as tweaked some methods to my likeing
14:dc9badf3c6e9 2012-10-17 aplatanado Bug fix in while condition inside sromDownload()
13:6d0642367fc1 2012-10-16 aplatanado Use C Std I/O instead of C++ Std I/O to minimize memory usage.
12:61b07ad45dc1 2012-09-29 aplatanado Fix legacy code detected thanks to Daniel ?kesson
11:07a39997a421 2012-07-12 aplatanado use spiRecevie to read product and revision id
10:bbf9ff378632 2012-07-11 aplatanado spi_frequency was not setted in constructor
9:8b1e889e94fe 2012-07-11 aplatanado solve a bug introduced with the last change when the observation register is checked.
8:97e5df54b8bb 2012-07-10 aplatanado ensure ncs is high if observation test fails during reset
7:1771f1c89df6 2012-06-25 aplatanado minor changes in int16 and unint16 conversion macros
6:1969574dee8b 2012-06-13 aplatanado reorganize example code
5:08f209c15e53 2012-03-22 aplatanado add header comment to main.cpp
4:dddfb08cebc2 2012-03-22 aplatanado attach to motion interrupt before sensor reset.
3:898ed1944119 2012-03-22 aplatanado fix capture frame.
2:ee0c13ef1320 2012-03-22 aplatanado Fix motion burst
1:fa3052be61b5 2012-02-13 aplatanado rename files to remove uppercase letters.
0:782f2061a8f5 2012-02-10 aplatanado First library version. Not tested.