reafectored stuff and corrected shit to make everything compiling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user