28 lines
363 B
C++
28 lines
363 B
C++
/*
|
|
* DisplayGPIOInterface.cpp
|
|
*
|
|
* Created on: Nov 9, 2018
|
|
* Author: johannes
|
|
*/
|
|
|
|
#include "DisplayGPIOInterface.h"
|
|
namespace flippR_driver
|
|
{
|
|
namespace utility
|
|
{
|
|
|
|
DisplayGPIOInterface::DisplayGPIOInterface()
|
|
{
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
DisplayGPIOInterface::~DisplayGPIOInterface()
|
|
{
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
}
|
|
}
|
|
|