refactored outpugpiointerface

This commit is contained in:
Jonas Zeunert
2018-12-04 16:29:37 +01:00
parent a60fa8bee5
commit f49c8ed130
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#include <string>
namespace flippR_driver
{
namespace utility
namespace input
{
using namespace nlohmann;

View File

@@ -14,7 +14,7 @@
namespace flippR_driver
{
namespace utility
namespace input
{
class InputGPIOInterface : public IInputGPIOInterface, GPIOInterface