Added first version of TellStick Duo controller

This commit is contained in:
Micke Prag 2009-02-05 13:03:21 +00:00
parent b37fc1aec8
commit ff1f0b9c7d
4 changed files with 276 additions and 0 deletions

View file

@ -0,0 +1,25 @@
//
// C++ Implementation: controller
//
// Description:
//
//
// Author: Micke Prag <micke.prag@telldus.se>, (C) 2009
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "Controller.h"
using namespace TelldusCore;
Controller::Controller()
{
}
Controller::~Controller()
{
}