Roboshark / Mbed 2 deprecated Roboshark_V7

Dependencies:   mbed

Fork of Roboshark_V62 by Roboshark

Revision:
9:feabe0b7cea4
Parent:
8:d0a27278c108
diff -r d0a27278c108 -r feabe0b7cea4 StateMachine.h
--- a/StateMachine.h	Mon May 07 14:11:06 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-// Deklaration StateMachine
-// V04.18
-// V. Ahlers
-
-// wird nicht mehr gebraucht
-
-
-#ifndef STATEMACHINE_H_
-#define STATEMACHINE_H_
-
-#include <cstdlib>
-#include <mbed.h>
-
-class StateMachine {
-    
-    public:
-        StateMachine (int IrR, int IrL, int IrF);
-        
-        int IrR;
-        int IrL;
-        int IrF;
-        int caseDrive;
-        
-        virtual ~StateMachine();
-        int drive();
-        
-    private:
-    
-
-};   
-
-#endif /*StateMachine_H_*/
\ No newline at end of file