Skip to content

Commit

Permalink
Add references to Dinesh Manajipet
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz committed Aug 15, 2017
1 parent 48fb994 commit a1dbb45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/consumerirdevice.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#include "consumerirdevice.h"
#include <QDebug>

/*
* Based on code from Dinesh Manajipet ([email protected])
* from https://github.com/saidinesh5/consumerir-test
*
*/

ConsumerIRDevice::ConsumerIRDevice(QObject *parent) : QObject(parent)
{
int err;
Expand Down
6 changes: 6 additions & 0 deletions src/consumerirdevice.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#ifndef CONSUMERIRDEVICE_H
#define CONSUMERIRDEVICE_H

/*
* Based on code from Dinesh Manajipet ([email protected])
* from https://github.com/saidinesh5/consumerir-test
*
*/

#include <QObject>
#include <hardware/hardware.h>
#include <hardware/consumerir.h>
Expand Down

0 comments on commit a1dbb45

Please sign in to comment.