Almost done with the OOP

This commit is contained in:
Dano van den Bosch
2024-03-19 16:15:02 +01:00
parent a8f6491736
commit a4b8ae0dca
8 changed files with 114 additions and 27 deletions

View File

@@ -13,7 +13,8 @@ class nodeReadings {
void loop();
void resetValues();
void update();
void checkForError();
void displayData();
private:
};