An example of using polling PS/2 using the modified mbed PS/2 library

Dependencies:   Servo mbed

Revision:
9:2c85d7f99a14
Parent:
8:41b35bda9d48
Child:
10:37e7c46837dc
--- a/mylib/PS2/PS2MS.cpp	Thu Mar 06 10:38:43 2014 +0000
+++ b/mylib/PS2/PS2MS.cpp	Thu Mar 06 18:09:37 2014 +0000
@@ -41,7 +41,7 @@
 
     char c = work.buffer[work.cStart++];
     work.cStart =  work.cStart % RINGBUFSIZ;
-
+    
     return c;
 }