Test

Dependencies:   mbed

Fork of BertlButtons by Alexander Leber

Files at this revision

API Documentation at this revision

Comitter:
bulmecisco
Date:
Thu Apr 16 11:44:31 2015 +0000
Parent:
0:6d28be2dcb7c
Commit message:
Test AnyBeeperInBag

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6d28be2dcb7c -r ca7fdf2e285d main.cpp
--- a/main.cpp	Thu Apr 16 11:36:46 2015 +0000
+++ b/main.cpp	Thu Apr 16 11:44:31 2015 +0000
@@ -4,8 +4,12 @@
 
 int main()
 {
+     
      ur_Bertl karel;
      
+     while(karel.AnyBeeperInBag())
+     {
+     }
      karel.TurnLedOff(LED_ALL);
      while(1)
      {