clear USB-pins, uart works now, correct thermo pin

This commit is contained in:
2021-08-19 16:54:01 +02:00
parent b6f872e19e
commit eefe46cae8
4 changed files with 7 additions and 10 deletions

View File

@@ -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.