main

Dependencies:   TextLCD mbed PID

Revision:
3:440e774cc24b
Parent:
0:e6d14fec4954
--- a/common.h	Mon Mar 03 00:24:44 2014 +0000
+++ b/common.h	Wed Mar 12 04:51:30 2014 +0000
@@ -4,4 +4,20 @@
     LEFT,
     BACK,
     RIGHT,
-};
\ No newline at end of file
+};
+
+enum{
+    FF = 0,
+    FL,
+    LL,
+    BL,
+    BB,
+    BR,
+    RR,
+    FR,
+    FFL,
+    FFR,
+    FFFL,
+    FFFR,
+};
+    
\ No newline at end of file