mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-27 20:59:37 +00:00
refactor
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
class IR_Encoder;
|
||||
class IR_DecoderRaw : private IR_FOX {
|
||||
class IR_DecoderRaw : public IR_FOX {
|
||||
friend IR_Encoder;
|
||||
public:
|
||||
const uint8_t isrPin; // Пин прерывания
|
||||
@ -42,8 +42,10 @@ public:
|
||||
bool isReciving() { return isBufferOverflow; }; // Возвращает true, если происходит приём пакета
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
protected:
|
||||
PackInfo packInfo;
|
||||
private:
|
||||
ErrorsStruct errors;
|
||||
uint16_t id;
|
||||
bool isAvailable = false;
|
||||
uint16_t packSize;
|
||||
|
Reference in New Issue
Block a user