This commit is contained in:
DashyFox 2024-05-27 11:07:44 +03:00
parent e8e2cd60c2
commit 5efa3d3ba5

View File

@ -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);