altoslib: Add support for TeleMega v3.0 log files
authorKeith Packard <keithp@keithp.com>
Sat, 2 Dec 2017 21:59:17 +0000 (15:59 -0600)
committerKeith Packard <keithp@keithp.com>
Sat, 2 Dec 2017 21:59:17 +0000 (15:59 -0600)
commitb986a12b478a6d4ff550786d24aa8628dc0abe32
treed26635d04eb2f7849fdb030fa961317b4afe3c23
parent8c19778d8b56aafa048ddf9654c40b32bd8c64b0
altoslib: Add support for TeleMega v3.0 log files

These look much like TeleMega v2.0 log files, except that the mag
sensor data now comes from the mpu9250 instead of an external
hmc5883. The gyro and 3-axis accel data from the mpu9250 are the same
as the mpu6000.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosEepromRecordMega.java
altoslib/AltosEepromRecordSet.java
altoslib/AltosLib.java