A version of the PS/2 library customized for MbedConsole. Also includes a few things that make it's behavior easier to control and a few bug fixes.

Dependents:   MbedConsole

Fork of PS2 by Shinichiro Nakamura

Revision:
5:ead90ca02b18
Parent:
4:fc7f4cc9fbe8
--- a/PS2KB.cpp	Wed Sep 26 05:21:38 2012 +0000
+++ b/PS2KB.cpp	Fri Sep 28 04:03:35 2012 +0000
@@ -6,7 +6,7 @@
  */
 
 #include "PS2KB.h"
-#include "nvic.h"
+//#include "nvic.h"
 /**
  * Create.
  *
@@ -67,7 +67,7 @@
 }
 */
 void PS2KB::func_fall(void) {
-    NVIC_SetPriority( EINT3_IRQn, 255 ); 
+    //NVIC_SetPriority( EINT3_IRQn, 255 ); 
     int oddpar = 0;
     /*
      */