reafectored stuff and corrected shit to make everything compiling

This commit is contained in:
Johannes Wendel
2018-11-21 10:30:04 +01:00
parent d2379868ec
commit 03dc3c61ce
26 changed files with 183 additions and 144 deletions

View File

@@ -23,7 +23,9 @@ namespace utility
class GPIOInterface
{
public:
GPIOInterface();
virtual ~GPIOInterface() {};
/* todo ???? */
static void initialize_input_pin(char address);
@@ -41,4 +43,4 @@ public:
}
#endif
#endif