Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:6fb229756f2a, committed 2015-04-16
- 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 |
diff -r 23efacfc4c60 -r 6fb229756f2a main.cpp --- 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