mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
moved id to parrent class
This commit is contained in:
@ -7,9 +7,9 @@ class IR_DecoderRaw;
|
||||
class IR_Encoder : IR_FOX {
|
||||
friend IR_DecoderRaw;
|
||||
public:
|
||||
uint16_t id; /// @brief Адрес передатчика
|
||||
|
||||
private:
|
||||
uint16_t id; /// @brief Адрес передатчика
|
||||
|
||||
public:
|
||||
|
||||
@ -50,6 +50,7 @@ public:
|
||||
void sendBack(uint8_t* data = nullptr, uint8_t len = 0);
|
||||
void sendBackTo(uint16_t addrTo, uint8_t* data = nullptr, uint8_t len = 0);
|
||||
void isr();
|
||||
|
||||
|
||||
~IR_Encoder();
|
||||
volatile bool ir_out_virtual;
|
||||
|
Reference in New Issue
Block a user