Dominik Weiss
/
Liniensensor
Versuch 1
Fork of Beeper_Test by
Alle_Befehle.h
- Committer:
- Dominik32
- Date:
- 2015-04-23
- Revision:
- 2:0e1b409ff333
- Parent:
- 0:363abd3fc535
File content as of revision 2:0e1b409ff333:
#include "mbed.h" #include "ur_Bertl.h" #include "const.h" #ifndef ALLE_BEFEHLE_H #define ALLE_BEFEHLE_H class Alle_Befehle : public ur_Bertl { public: void TurnRight(); void TurnAround(); void Move2Times(); void Move4Times(); void FullRotation(); }; #endif