mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-03 23:00:16 +00:00
add timer off setup
This commit is contained in:
parent
434e1aaa90
commit
81851e5fd8
@ -41,6 +41,9 @@ public:
|
||||
|
||||
SREG = oldSREG; // Return interrupt settings
|
||||
}
|
||||
static void timerOFFSetup(){
|
||||
TIMSK2 &= ~(1 << OCIE2A); // Прерывание по совпадению выкл
|
||||
}
|
||||
|
||||
void IR_Encoder::setBlindDecoders(IR_DecoderRaw* decoders [], uint8_t count);
|
||||
void rawSend(uint8_t* ptr, uint8_t len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user