PS/2

Dependents:   Synth Lab3Translator PS2_Keyboard CLI ... more

Revision:
2:a57bbbec16b1
Parent:
1:823c2798e398
--- a/PS2MS.h	Wed Sep 29 14:11:44 2010 +0000
+++ b/PS2MS.h	Wed Sep 29 22:15:03 2010 +0000
@@ -43,7 +43,7 @@
     virtual void setTimeout(int ms);
 
 private:
-    static const int RINGBUFSIZ = 512;
+    static const int RINGBUFSIZ = 1024;
     InterruptIn clk;    /**< Interrupt input for CLK. */
     DigitalIn dat;      /**< Digital input for DAT. */
     Timeout wdt;    /**< Watch dog timer. */