| 425 | } |
| 426 | |
| 427 | bool isTinyIRReceiverIdle() { |
| 428 | return (TinyIRReceiverControl.IRReceiverState == IR_RECEIVER_STATE_WAITING_FOR_START_MARK); |
| 429 | } |
| 430 | bool isTinyReceiverIdle() { |
| 431 | return isTinyIRReceiverIdle(); |
| 432 | } |
no outgoing calls
no test coverage detected