feat : gestion Capteur DJT (a tester)

This commit is contained in:
2023-05-02 17:25:03 +02:00
parent edfdc6107f
commit 7574061bec
3 changed files with 8 additions and 8 deletions

View File

@ -24,6 +24,7 @@ public:
* @return String valeur format "XX/YY" X% et Y°C
*/
String read();
private:
DHT* capteur;