if button left front is pressed, led left is turned on, if button .... if button middle front is pressed, don´t do anything anymore

Dependencies:   mbed ur_Bertl

Revision:
1:8e58e9ebcab8
Parent:
0:554931f50bf2
--- a/IfBertl.h	Fri Apr 24 09:17:58 2015 +0000
+++ b/IfBertl.h	Thu Apr 30 11:56:01 2015 +0000
@@ -6,12 +6,12 @@
 {
 public:
 
-    void MF();
     void LLF();
     void RRF();
     void LF();
     void RF();
     void LB();
     void RB();
+    void OFF();
 
 };
\ No newline at end of file