[RF69] Added low-level access macro

pull/274/head
jgromes 2021-03-13 19:57:11 +01:00
rodzic 49c082bfd0
commit 79296af398
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -837,11 +837,15 @@ class RF69: public PhysicalLayer {
*/
int16_t getChipVersion();
#ifndef RADIOLIB_GODMODE
#if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
protected:
#endif
Module* _mod;
#if !defined(RADIOLIB_GODMODE)
protected:
#endif
float _br = 0;
float _rxBw = 0;
int16_t _tempOffset = 0;
@ -859,7 +863,7 @@ class RF69: public PhysicalLayer {
int16_t directMode();
int16_t setPacketMode(uint8_t mode, uint8_t len);
#ifndef RADIOLIB_GODMODE
#if !defined(RADIOLIB_GODMODE)
private:
#endif
int16_t setMode(uint8_t mode);