added tests
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
#define SRC_UTILITIES_INPUTGPIOINTERFACE_H_
|
||||
|
||||
#include <exception>
|
||||
#include "IInputGPIOInterface.h"
|
||||
#include "GPIOInterface.h"
|
||||
|
||||
class InputGPIOInterface : GPIOInterface
|
||||
class InputGPIOInterface : public IInputGPIOInterface, GPIOInterface
|
||||
{
|
||||
public:
|
||||
InputGPIOInterface(std::string matrix_config_path);
|
||||
@@ -31,6 +32,4 @@ private:
|
||||
char input_data_address;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* SRC_UTILITIES_INPUTGPIOINTERFACE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user