Sensoren Test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
asdfmaker333
Date:
Thu Apr 16 11:47:31 2015 +0000
Parent:
0:23efacfc4c60
Commit message:
Test der Sensoren.(einfach)

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Apr 16 11:43:15 2015 +0000
+++ b/main.cpp	Thu Apr 16 11:47:31 2015 +0000
@@ -12,12 +12,8 @@
        
         if( karel.IsButtonPressed(BTN_FL))
         karel.NibbleLeds(0x0B);
-        else
-        karel.NibbleLeds(0x00);
         if( karel.IsButtonPressed(BTN_FLL))
         karel.NibbleLeds(0x0A);
-        else
-        karel.NibbleLeds(0x00);
         if( karel.IsButtonPressed(BTN_FM))
         karel.NibbleLeds(0x0C);
         else