clear USB-pins, uart works now, correct thermo pin
This commit is contained in:
@@ -21,6 +21,7 @@ void handleThermo(void)
|
||||
if (timeNow - thermo_lastTime > THERMO_INTERVAL)
|
||||
{
|
||||
lastTemperature = thermocouple->readCelsius();
|
||||
Serial.printf("Thermocouple = %d\n",lastTemperature);
|
||||
}
|
||||
|
||||
//delay(100); // optionally, only to delay the output of information in the example.
|
||||
|
||||
Reference in New Issue
Block a user