Fritz Hausmann / Mbed 2 deprecated Bertl_Test

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Bertl_Bewegungen.h Source File

Bertl_Bewegungen.h

00001 #include "ur_Bertl.h"
00002 
00003 #ifndef BERTL_BEWEGUNGEN_H
00004 #define BERTL_BEWEGUNGEN_H
00005 
00006 class Bertl_Bewegungen : public ur_Bertl
00007 {
00008 public:
00009     void TurnRight();
00010     void TurnAround();
00011     void Move3Boxes();
00012 };
00013 #endif