From 8d8e42a2aca6a70ca463d40967e2de29ff782c0d Mon Sep 17 00:00:00 2001 From: ortegafernando Date: Tue, 2 Jun 2020 15:53:56 +0200 Subject: [PATCH] Update RFM69.h --- RFM69.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFM69.h b/RFM69.h index f739cd6..7c397e9 100644 --- a/RFM69.h +++ b/RFM69.h @@ -195,9 +195,9 @@ class RFM69 { void promiscuous(bool onOff=true); virtual void setHighPower(bool onOFF=true); // has to be called after initialize() for RFM69HW virtual void setPowerLevel(uint8_t level); // reduce/increase transmit power level + uint8_t readPowerLevel(); // get powerLevel void sleep(); uint8_t readTemperature(uint8_t calFactor=0); // get CMOS temperature (8bit) - uint8_t readPowerLevel(); // get powerLevel void rcCalibration(); // calibrate the internal RC oscillator for use in wide temperature variations - see datasheet section [4.3.5. RC Timer Accuracy] // allow hacking registers by making these public