initial
This commit is contained in:
6
sensors.py
Normal file
6
sensors.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# === Sensors (optional, for modularity) ===
|
||||
def get_speed():
|
||||
return 65.0 # Dummy
|
||||
|
||||
def get_oil_temp():
|
||||
return 85.0 # Dummy
|
||||
Reference in New Issue
Block a user