changed stuff
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "DisplayGPIOInterface.h"
|
#include "DisplayGPIOInterface.h"
|
||||||
|
namespace flippR_driver
|
||||||
|
{
|
||||||
|
namespace utility
|
||||||
|
{
|
||||||
|
|
||||||
DisplayGPIOInterface::DisplayGPIOInterface()
|
DisplayGPIOInterface::DisplayGPIOInterface()
|
||||||
{
|
{
|
||||||
@@ -18,3 +22,6 @@ DisplayGPIOInterface::~DisplayGPIOInterface()
|
|||||||
// TODO Auto-generated destructor stub
|
// TODO Auto-generated destructor stub
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,11 @@
|
|||||||
#ifndef SRC_UTILITY_DISPLAYGPIOINTERFACE_H_
|
#ifndef SRC_UTILITY_DISPLAYGPIOINTERFACE_H_
|
||||||
#define SRC_UTILITY_DISPLAYGPIOINTERFACE_H_
|
#define SRC_UTILITY_DISPLAYGPIOINTERFACE_H_
|
||||||
|
|
||||||
|
namespace flippR_driver
|
||||||
|
{
|
||||||
|
namespace utility
|
||||||
|
{
|
||||||
|
|
||||||
class DisplayGPIOInterface
|
class DisplayGPIOInterface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -16,4 +21,7 @@ public:
|
|||||||
~DisplayGPIOInterface();
|
~DisplayGPIOInterface();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* SRC_UTILITY_DISPLAYGPIOINTERFACE_H_ */
|
#endif /* SRC_UTILITY_DISPLAYGPIOINTERFACE_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user