| 428 | return (TinyIRReceiverControl.IRReceiverState == IR_RECEIVER_STATE_WAITING_FOR_START_MARK); |
| 429 | } |
| 430 | bool isTinyReceiverIdle() { |
| 431 | return isTinyIRReceiverIdle(); |
| 432 | } |
| 433 | |
| 434 | /* |
| 435 | * Function to be used as drop in for IrReceiver.decode() |
nothing calls this directly
no test coverage detected