mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-27 20:59:37 +00:00
test 8Mhz fail
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user