1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00
This commit is contained in:
norbert-walter
2022-03-17 22:04:23 +01:00
parent 9b23501636
commit 86ab6e9177
5 changed files with 598 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ typedef struct{
double onewireTemp4 = 0;
double onewireTemp5 = 0;
double onewireTemp6 = 0;
int rotationAngle = 0;
} SensorData;
typedef struct{