add tempSensors
This commit is contained in:
parent
8448de04e3
commit
523beb540f
1 changed files with 5 additions and 0 deletions
|
@ -48,4 +48,9 @@ public class HelperFunctions {
|
|||
}
|
||||
return routeArray;
|
||||
}
|
||||
|
||||
public int[] tempSensors() {
|
||||
int[] temps = {76, 74};
|
||||
return temps;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue