cleanup + serial communication for setting zeropoint and put wifi in its own class

This commit is contained in:
2024-05-14 16:01:41 +02:00
parent 7bc97e93c2
commit 1c39bf9153
5 changed files with 83 additions and 47 deletions

View File

@@ -1,6 +1,7 @@
#include "SensorManager.h"
#include <Wire.h>
SensorManager::SensorManager() {}
void SensorManager::sensorSetup() {