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

Method setRequestToStopReceived

src/IRCommandDispatcher.hpp:507–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void IRCommandDispatcher::setRequestToStopReceived(bool aRequestToStopReceived) {
508 requestToStopReceived = aRequestToStopReceived;
509}
510
511#include "LocalDebugLevelEnd.h"
512

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected