working on outputs

This commit is contained in:
Jonas Zeunert
2018-10-04 23:30:07 +02:00
parent 8fad51dfac
commit 8772c165f2
4 changed files with 12 additions and 28 deletions

View File

@@ -1,26 +0,0 @@
/*
* Display.cpp
*
* Created on: Aug 2, 2018
* Author: rhetenor
*/
#include "Display.h"
namespace FlippR_Driver
{
namespace output
{
Display::Display()
{
// TODO Auto-generated constructor stub
}
Display::~Display()
{
// TODO Auto-generated destructor stub
}
} /* namespace output */
}