mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
no default construct
This commit is contained in:
@ -24,10 +24,10 @@ public:
|
||||
PacketTypes::Request gotRequest;
|
||||
PacketTypes::BasePack gotRaw;
|
||||
|
||||
IR_Decoder();
|
||||
// IR_Decoder();
|
||||
IR_Decoder(const uint8_t pin, uint16_t addr, IR_Encoder *encPair = nullptr);
|
||||
|
||||
void operator()() ;
|
||||
std::function<void()> operator()();
|
||||
|
||||
~IR_Decoder();
|
||||
|
||||
|
Reference in New Issue
Block a user