Changed some stuff on the science solver

This commit is contained in:
Ben
2018-10-13 11:06:38 +01:00
parent 69fb3464a0
commit 9bf4816501
4 changed files with 2 additions and 5 deletions

View File

@@ -18,4 +18,3 @@ void loop() {
sensors.requestTemperatures();
Serial.println(sensors.getTempCByIndex(0));
}