* Alias for stop(). */
| 484 | * Alias for stop(). |
| 485 | */ |
| 486 | void IRrecv::end() { |
| 487 | stop(); |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Restart the ISR (Interrupt Service Routine) state machine, to enable receiving of the next IR frame. |
no outgoing calls
no test coverage detected