Added previous arduino implementations.
This commit is contained in:
16
ProblemBase.hpp
Normal file
16
ProblemBase.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef ProblemBase_h
|
||||
#define ProblemBase_h
|
||||
|
||||
class ProblemBase {
|
||||
|
||||
public:
|
||||
unsigned long output;
|
||||
|
||||
protected:
|
||||
unsigned long input;
|
||||
|
||||
public:
|
||||
virtual bool Step();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user