Modifying comment per Felix correction
This commit is contained in:
parent
e479f1da28
commit
a480b84b04
2
RFM69.h
2
RFM69.h
|
|
@ -191,7 +191,7 @@ class RFM69 {
|
||||||
void setFrequency(uint32_t freqHz);
|
void setFrequency(uint32_t freqHz);
|
||||||
void encrypt(const char* key);
|
void encrypt(const char* key);
|
||||||
void setCS(uint8_t newSPISlaveSelect);
|
void setCS(uint8_t newSPISlaveSelect);
|
||||||
int16_t readRSSI(bool forceTrigger=false); // *current* signal strength indicator; e.g. > 100dBm says the frequency channel is free + ready to transmit
|
int16_t readRSSI(bool forceTrigger=false); // *current* signal strength indicator; e.g. < -90dBm says the frequency channel is free + ready to transmit
|
||||||
void promiscuous(bool onOff=true);
|
void promiscuous(bool onOff=true);
|
||||||
virtual void setHighPower(bool onOFF=true); // has to be called after initialize() for RFM69HW
|
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
|
virtual void setPowerLevel(uint8_t level); // reduce/increase transmit power level
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue