This commit is contained in:
2025-11-13 11:36:45 +01:00
commit fc6dc3ce77
7 changed files with 380 additions and 0 deletions

6
sensors.py Normal file
View File

@@ -0,0 +1,6 @@
# === Sensors (optional, for modularity) ===
def get_speed():
return 65.0 # Dummy
def get_oil_temp():
return 85.0 # Dummy