isReceive type

This commit is contained in:
2025-05-23 11:43:51 +03:00
parent 021e1e290d
commit bc9563fbb5
4 changed files with 21 additions and 4 deletions

View File

@ -31,6 +31,8 @@ public:
void enable();
void disable();
bool isReceive(uint8_t type);
~IR_Decoder();