MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / isTinyReceiverIdle

Function isTinyReceiverIdle

src/TinyIRReceiver.hpp:430–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 return (TinyIRReceiverControl.IRReceiverState == IR_RECEIVER_STATE_WAITING_FOR_START_MARK);
429}
430bool isTinyReceiverIdle() {
431 return isTinyIRReceiverIdle();
432}
433
434/*
435 * Function to be used as drop in for IrReceiver.decode()

Callers

nothing calls this directly

Calls 1

isTinyIRReceiverIdleFunction · 0.85

Tested by

no test coverage detected