cleaning
refactore all components now have a base class compnent for loop functions
This commit is contained in:
@@ -17,7 +17,7 @@ LcdWrapper::LcdWrapper(LiquidCrystal_I2C* lcd) {
|
||||
this->changed = false;
|
||||
}
|
||||
|
||||
void LcdWrapper::loop() {
|
||||
void LcdWrapper::run() {
|
||||
if (!this->changed)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user