Added first version of TellStick Duo controller
This commit is contained in:
parent
b37fc1aec8
commit
ff1f0b9c7d
4 changed files with 276 additions and 0 deletions
25
driver/libtelldus-core/Controller.cpp
Normal file
25
driver/libtelldus-core/Controller.cpp
Normal 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()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue