arduino-LoRa
arduino-LoRa copied to clipboard
Private declarations that should be public in LoRa.h
In LoRa.h, are you sure you want the declarations from lines¹ 97 to 115 to be private? I especially need readRegister to be public but the other declarations can also be useful for end users.
¹ Line numbers of version 0.8.0 on PlatformIO: https://registry.platformio.org/libraries/sandeepmistry/LoRa/versions
Indeed. I move manually read/writeRegister to public...