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 95aabd8903 - Show all commits

View File

@ -48,7 +48,7 @@ String Balance::read() {
} else { } else {
return "0"; return "0";
} }
}//TODO: update isfull }
bool Balance::tar(int val){ bool Balance::tar(int val){
this->initialized = true; this->initialized = true;