Maxi Pickl
/
Move_Boxes
Bertl bewegt sich und schaltet LED´s ein.
Diff: Box_Bertl.h
- Revision:
- 0:db41dc05d5f6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Box_Bertl.h Thu Apr 16 11:58:34 2015 +0000 @@ -0,0 +1,14 @@ +/* + Name: Box_Bertl.h + Autor: Maximilian Pickl +*/ +#include "mbed.h" +#include "ur_Bertl.h" + +class Box_Bertl : public ur_Bertl +{ +public: + void Box2(); + void TurnRight(); + void LED(); +}; \ No newline at end of file