From 5efa3d3ba571044c256ab7c32a2072024b0ea4fd Mon Sep 17 00:00:00 2001 From: DashyFox Date: Mon, 27 May 2024 11:07:44 +0300 Subject: [PATCH] time --- IR-protocol.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);