mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-15 20:21:03 +00:00
test displaying values in main state
This commit is contained in:
@@ -29,7 +29,7 @@ void setup()
|
||||
// Serial.println("bt not connected");
|
||||
// delay(500);
|
||||
// }
|
||||
Serial.println("bt connected");
|
||||
// Serial.println("bt connected");
|
||||
|
||||
Serial.println("Attempting to connect to ELM327...");
|
||||
|
||||
@@ -38,6 +38,7 @@ void setup()
|
||||
Serial.println("Couldn't connect to OBD scanner");
|
||||
while (1);
|
||||
}
|
||||
Serial.println(myELM327.connected);
|
||||
|
||||
Serial.println("Connected to ELM327");
|
||||
}
|
||||
@@ -46,7 +47,7 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
float tempRPM = myELM327.rpm();
|
||||
float t = myELM327.
|
||||
// float t = myELM327.
|
||||
|
||||
// float tempval3 = myELM327.fuelInjectTiming();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user