Closed espHorst closed 5 years ago
That was fast. Thanks!
@espHorst sorry i merged too fast - travis is not passing, please add the documentation strings! https://travis-ci.com/adafruit/Adafruit_BME280_Library/builds/106625130 i
Hm. Travis seems to throw warnings because of missing documentation for all the members that are now protected. Maybe travis does not request documentation for private members? Now all 27 former private members are protected. I can try to add the documentation, but this will take some time as I have to do some reverse engineering.
that's right protected are available. please submit another PR to undo this one or i can undo it, so that the builds don't break!
hiya i reverted this change
Thanks for reverting. I'm giving it a new try with all doc strings provided. I have created a new PR and I hope travis will work ...
Changed the private methods and attributes to protected. This allows to inherit the class and to reuse all the existing protected methods.