test 8Mhz fail

This commit is contained in:
2024-02-14 17:19:53 +03:00
parent aedbe11af3
commit 882bd56d49
3 changed files with 15 additions and 11 deletions

View File

@ -6,10 +6,6 @@
#define TestOut 13
IR_Encoder::IR_Encoder(uint16_t addr, uint8_t pin, IR_Decoder* decPair = nullptr) {
// sendBuffer = new uint8_t[dataByteSizeMax] { 0 };
ir_out = pin;
pinMode(ir_out, OUTPUT);
id = addr;
this->decPair = decPair;
signal = noSignal;