added tone request gateway before actually swithcing the pin

This commit is contained in:
Flo
2025-12-08 19:24:47 +01:00
commit f0e8b49854
68 changed files with 11057 additions and 0 deletions
@@ -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_ */