add tempSensors

This commit is contained in:
Fennel Kora 2024-04-13 19:26:43 -04:00
parent 8448de04e3
commit 523beb540f

View file

@ -48,4 +48,9 @@ public class HelperFunctions {
}
return routeArray;
}
public int[] tempSensors() {
int[] temps = {76, 74};
return temps;
}
}