andrewrapp / xbee-arduino

Arduino library for communicating with XBee radios in API mode
GNU General Public License v2.0
334 stars 162 forks source link

make logically-const methods to be const, making necessary fields to be mutable. #48

Closed nolanholden closed 6 years ago

nolanholden commented 6 years ago

No external behavior is changed in this pull request.

The changes implement logical const-correctness across the classes to improve user experience.

Thank you all for the helpful library! :)