altoslib, altosuilib: Get Idle Monitor working with EasyTimer and EasyMotor
authorKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 23:10:43 +0000 (16:10 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 23:10:43 +0000 (16:10 -0700)
commit40c6aa050654d43f20c6a9c6bd67541e1747ae38
treeaaf1111d9a22c4337d9c314272615c851ad434ad
parentb6c066d7261d398cb7bfe6503518022194431337
altoslib, altosuilib: Get Idle Monitor working with EasyTimer and EasyMotor

This involve splitting out the gyro and mag sensor handling from the
3-d accel stuff, displaying only information that is present. The IMU
support now allows for using the along axis as the primary
acceleration indicator. The Adxl375 now allows using all three axes as
the 3d accelerometer.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosAdxl375.java
altoslib/AltosIMU.java
altoslib/AltosIdleFetch.java
altoslib/AltosSensorEasyMotor2.java [new file with mode: 0644]
altoslib/Makefile.am
altosuilib/AltosInfoTable.java