feat : gestion Capteur DJT (a tester)
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#include "../include/HumiTemp.h"
|
||||
|
||||
|
||||
HumiTemp::HumiTemp(int pin, String type, String fullVall):
|
||||
Capteur("H/T",fullVall){
|
||||
this->capteur = new DHT(pin,type);
|
||||
this->capteur = new DHT(pin, type.c_str());
|
||||
this->capteur->begin();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user