diff --git a/IR-protocol.ino b/IR-protocol.ino index 389e598..e4d798f 100644 --- a/IR-protocol.ino +++ b/IR-protocol.ino @@ -204,7 +204,7 @@ bool TimerISRHandler(struct repeating_timer *t){ void setup() { - add_repeating_timer_us(8, TimerISRHandler, NULL, &timer); + add_repeating_timer_us(6, TimerISRHandler, NULL, &timer); // IR_Timer.setOverflow(carrierFrec * 2, HERTZ_FORMAT); // IR_Timer.attachInterrupt(1, EncoderISR);