sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.63k stars 626 forks source link

Make readRegister public #359

Open nikilase opened 4 years ago

nikilase commented 4 years ago

It would be conveniant for debugging if the readRegister function would be public as it isn't useful to get the whole register dump if you only look for a specific register. Also makes for less traffic if you have no access to Serial and want to send the register via wireless.