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

Function TinyIRReceiverDecode

src/TinyIRReceiver.hpp:437–443  ·  view source on GitHub ↗

* Function to be used as drop in for IrReceiver.decode() */

Source from the content-addressed store, hash-verified

435 * Function to be used as drop in for IrReceiver.decode()
436 */
437bool TinyIRReceiverDecode() {
438 bool tJustWritten = TinyIRReceiverData.justWritten;
439 if (tJustWritten) {
440 TinyIRReceiverData.justWritten = false;
441 }
442 return tJustWritten;
443}
444bool TinyReceiverDecode() {
445 return TinyIRReceiverDecode();
446}

Callers 1

TinyReceiverDecodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected