MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / resetAvailable

Method resetAvailable

Arduino/libraries/RCSwitch/RCSwitch.cpp:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void RCSwitch::resetAvailable() {
616 RCSwitch::nReceivedValue = NULL;
617}
618
619unsigned long RCSwitch::getReceivedValue() {
620 return RCSwitch::nReceivedValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected