Task 3
Fork of Liniensensor_2 by
Mein Projekt:
Dieses Projekt habe ich im SS 2015 in FSST programmiert 3. While Task
Alle_Befehle.h
- Committer:
- Dominik32
- Date:
- 2015-04-24
- Revision:
- 4:d69d779e204b
- Parent:
- 0:363abd3fc535
File content as of revision 4:d69d779e204b:
#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