diff --git a/HelperFunctions.java b/HelperFunctions.java index 7abf92f..42d30b2 100644 --- a/HelperFunctions.java +++ b/HelperFunctions.java @@ -48,4 +48,9 @@ public class HelperFunctions { } return routeArray; } + + public int[] tempSensors() { + int[] temps = {76, 74}; + return temps; + } }