RF69 - Changed visibility of some member variables
This commit is contained in:
parent
cf99118baa
commit
5971d94ae1
1 changed files with 3 additions and 1 deletions
|
@ -435,13 +435,15 @@ class RF69 {
|
|||
uint8_t setFrequencyDeviation(float freqDev);
|
||||
uint8_t setOutputPower(int8_t power);
|
||||
|
||||
private:
|
||||
protected:
|
||||
Module* _mod;
|
||||
|
||||
float _br;
|
||||
float _rxBw;
|
||||
|
||||
uint8_t config();
|
||||
|
||||
private:
|
||||
uint8_t setMode(uint8_t mode);
|
||||
void clearIRQFlags();
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue