From 85c43a5951b7c0ca99d25540fb09e46f2532c887 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 10 May 2020 10:25:36 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20d'un=20commentaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/I2CDeviceLib/STS21.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();