added tone request gateway before actually swithcing the pin
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* ReceiverOval.h
|
||||
*
|
||||
* Created on: 12.10.2022
|
||||
* Author: flori
|
||||
*/
|
||||
|
||||
#ifndef RECEIVEROVAL_H_
|
||||
#define RECEIVEROVAL_H_
|
||||
|
||||
#include "Receiver3ByteKey.h"
|
||||
|
||||
|
||||
class ReceiverOval : public Receiver3ByteKey
|
||||
{
|
||||
public:
|
||||
ReceiverOval();
|
||||
};
|
||||
|
||||
|
||||
extern ReceiverOval receiverOval;
|
||||
|
||||
#endif /* RECEIVEROVAL_H_ */
|
||||
Reference in New Issue
Block a user