Added console application, Fixes #5
This commit is contained in:
parent
7143900c22
commit
d12eb36ffe
5 changed files with 76 additions and 24 deletions
15
source/sniffer.h
Normal file
15
source/sniffer.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include "rc-switch/RCSwitch.h"
|
||||
|
||||
class Sniffer
|
||||
{
|
||||
private:
|
||||
RCSwitch m_switch;
|
||||
|
||||
public:
|
||||
Sniffer() = delete;
|
||||
Sniffer(unsigned int pin);
|
||||
|
||||
unsigned int receive();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue