1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-28 18:06:37 +01:00

Improve task start code for sensors and spiled

This commit is contained in:
2025-08-26 12:23:39 +02:00
parent 494acbf0d0
commit 8e72537286
6 changed files with 19 additions and 1064 deletions

View File

@@ -56,9 +56,11 @@ public:
}
uint16_t add() {
// returns new head value pointer
return 0;
}
uint8_t* get() {
// returns complete buffer in order new to old
return 0;
}
uint8_t getvalue(uint16_t dt) {
// Return a single value delta seconds ago
@@ -66,6 +68,7 @@ public:
return 0;
}
uint8_t getvalue3() {
return 0;
}
bool clear() {
// clears buffer and permanent storage