Dominik Weiss
/
Beeper_Test
zum Beeper fahren
Alle_Befehle.h
- Committer:
- Dominik32
- Date:
- 2015-04-16
- Revision:
- 0:363abd3fc535
File content as of revision 0:363abd3fc535:
#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