* Alias for start(). */
| 414 | * Alias for start(). |
| 415 | */ |
| 416 | void IRrecv::enableIRIn() { |
| 417 | start(); |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Configures the timer and the state machine for IR reception. Does not call resume()! |
nothing calls this directly
no outgoing calls
no test coverage detected