public class Communication { | public class Communication { | ||||
public String telegram(int[] wheels, int strenght){ | public String telegram(int[] wheels, int strenght){ | ||||
String tel = ""; | |||||
String tel = "aa"; | |||||
tel += "0"; //Manuel mode | tel += "0"; //Manuel mode | ||||
for(int i = 0; i < wheels.length; i++){ | for(int i = 0; i < wheels.length; i++){ | ||||
tel += ";0.00"; | tel += ";0.00"; | ||||
} | } | ||||
} | } | ||||
tel += "zz"; | |||||
return tel; | return tel; | ||||
} | } | ||||