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.
main.cpp
- Committer:
- mpickl
- Date:
- 2015-04-16
- Revision:
- 0:db41dc05d5f6
File content as of revision 0:db41dc05d5f6:
/* Name: main.cpp Autor: Maximilian Pickl */ #include "mbed.h" #include "ur_Bertl.h" #include "Box_Bertl.h" #include "const.h" int main() { Box_Bertl karel; karel.TurnLedOff(0xFF); karel.Box2(); karel.TurnRight(); karel.LED(); }