altoslib: Add AltosOrient class and max_orient()
[fw/altos] / altoslib / AltosConvert.java
index ace9d62ea790bb7149ee30f47417c46e6ee5626e..8f214c8b40c7a80fc6778a3b6806e471b76b7ad6 100644 (file)
@@ -330,6 +330,8 @@ public class AltosConvert {
 
        public static AltosTemperature temperature = new AltosTemperature();
 
+       public static AltosOrient orient = new AltosOrient();
+
        public static String show_gs(String format, double a) {
                a = meters_to_g(a);
                format = format.concat(" g");