Seems like I should be able to figure this out, but I can't ...
I have an array that contains 24 bits which equate to an altitude in tenths of meters.
alt[1]
alt[2]
alt[3]
I need to 1) display this, and 2) convert from meters to feet, so I need to stuff all these into a single variable which represents actual meters as opposed to tenths of meters, then convert to feet....
Any ideas out there? They way I am doing it now is not working. I am just reading these into alt1, alt2, alt2, and showing them as #alt1, #alt2, #alt3... I get 13130 which may be 131.30 meters,(which would be about right) but I am not sure. I am also not sure how to make this a single variable ..
Thanks !
Tom
Bookmarks