MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / receiveBegin

Method receiveBegin

RFM69_ATC.cpp:164–167  ·  view source on GitHub ↗

============================================================================= receiveBegin() - need to clear out our flag before calling base class. =============================================================================

Source from the content-addressed store, hash-verified

162// receiveBegin() - need to clear out our flag before calling base class.
163//=============================================================================
164void RFM69_ATC::receiveBegin() {
165 ACK_RSSI_REQUESTED = 0;
166 RFM69::receiveBegin();
167}
168
169//=============================================================================
170// enableAutoPower() - call with target RSSI, use 0 to disable (default), any other value with turn on autotransmit control.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected