Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Roboshark_V62 by
Diff: StateMachine.h
- Revision:
- 9:feabe0b7cea4
- Parent:
- 8:d0a27278c108
--- 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