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

Dependencies:   mbed

Revision:
10:bbf9ff378632
Parent:
7:1771f1c89df6
Child:
16:0f8e730f3272
--- a/adns9500.hpp	Wed Jul 11 13:39:21 2012 +0000
+++ b/adns9500.hpp	Wed Jul 11 15:56:05 2012 +0000
@@ -39,7 +39,7 @@
 namespace adns9500
 {
     // Maximum SPI clock frequency supported by the sensor
-    const int MAX_SPI_FREQUENCY = 200;
+    const int MAX_SPI_FREQUENCY = 2000000;
     
     // Internal oscillator norminal frequency
     const int INTERNAL_OSCILLATOR_FREQUENCY = 47000000;