feat: création classe abstraite capteur #44

Merged
Clement merged 37 commits from refactor/class-abstraite-capteur into master 2023-05-13 10:58:51 +00:00
Showing only changes of commit 2b4e0fd9ea - Show all commits

View File

@ -31,7 +31,6 @@ void Program::loop(){
Serial.print("humiTemp = " + this->dht->read()); Serial.print("humiTemp = " + this->dht->read());
Serial.println(this->dht->isFull()?" true":" false"); Serial.println(this->dht->isFull()?" true":" false");
//TODO: Lire balance
//this->api->sendValue(poid, TRASHCAN_TWO, this->balance->getValType(), this->balance->isFull()); //this->api->sendValue(poid, TRASHCAN_TWO, this->balance->getValType(), this->balance->isFull());
Serial.print("humiTemp = " + this->dht->read()); Serial.print("humiTemp = " + this->dht->read());
Serial.println(this->dht->isFull()?" true":" false"); Serial.println(this->dht->isFull()?" true":" false");