mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
Merge branch 'main' of https://github.com/Show-maket/IR-protocol
This commit is contained in:
commit
4f6482ec2a
@ -37,6 +37,7 @@ public:
|
||||
// @return Буффер переполнился
|
||||
bool isOverflow() { return isBufferOverflow; };
|
||||
bool isReciving() { return isRecive; };
|
||||
// @brief Слушатель для работы isReciving()
|
||||
void listen();
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
#include "IR_config.h"
|
||||
|
||||
//TODO: Отложенная передача после завершения приема
|
||||
|
||||
class IR_Decoder;
|
||||
class IR_Encoder : IR_FOX {
|
||||
friend IR_Decoder;
|
||||
|
Loading…
x
Reference in New Issue
Block a user