LaserTag
LaserTag copied to clipboard
Can the RX be modified to use interrupts instead
I am finding the Rx.BufferPull() routine taking 1000ms each loop cycle which really slows the entire ESP32 down and this is even when I am not receiving any IR signals.
Instead, could you adjust the logic to use the built in RX interrupt (rmt_set_rx_intr_en)?
This was mainly just experimental code i would build off into something. Interrupts will work it would take a few changes.