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

Method getTargetRssi

RFM69_ATC.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177int16_t RFM69_ATC::getTargetRssi() {
178 return _targetRSSI;
179}
180
181//=============================================================================
182// getAckRSSI() - returns the RSSI value ack'd by the far end.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected