sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.91k stars 659 forks source link

improve speed of interrupt handler #344

Closed danyhm closed 4 years ago

danyhm commented 4 years ago

move changeCount check to interrupt handler main routine in order to reduce overhead of calculations in the receiveProtocol() function.