diff --git a/lib/I2CDeviceLib/STS21.h b/lib/I2CDeviceLib/STS21.h index b158955..87be128 100644 --- a/lib/I2CDeviceLib/STS21.h +++ b/lib/I2CDeviceLib/STS21.h @@ -36,7 +36,7 @@ class STS21 : public I2CDevice boolean setResolution(STS_RES res); boolean enableOnChipHeater(boolean enabled); boolean reset(); - boolean lowBattery();//Retourne vrai si le bit indiquant un niveau de batterie faible est present, faux sinon + boolean lowBattery();//Retourne vrai si le bit indiquant un niveau de batterie faible est présent, faux sinon protected: private: uint8_t readUserRegister();