altoslib: Add units converters for latitude and longitude
[fw/altos] / altoslib / AltosConvert.java
index 6578e90f58a1d5c9ab4349d5511c0d68066474ca..dc0fbb6253608529b0e6e6fb33ec02be7687f21d 100644 (file)
@@ -349,6 +349,12 @@ public class AltosConvert {
 
        public static AltosOrient orient = new AltosOrient();
 
+       public static AltosVoltage voltage = new AltosVoltage();
+
+       public static AltosLatitude latitude = new AltosLatitude();
+
+       public static AltosLongitude longitude = new AltosLongitude();
+
        public static String show_gs(String format, double a) {
                a = meters_to_g(a);
                format = format.concat(" g");