diff options
| author | Keith Packard <keithp@keithp.com> | 2018-10-19 13:19:03 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-19 13:19:03 -0700 |
| commit | 1e4b8674d874a190eca1a98a397aaf0a9d15bda1 (patch) | |
| tree | 3f10859630950bca4a6caa0209da54aaa8b20be9 /altoslib/Makefile.am | |
| parent | 3fd320ea38f2945f5611a09a0e48d16db467d105 (diff) | |
altoslib: Add ADXL375 support and EasyMega v2.0 support
EasyMega v2.0 replaces the MMA655X with an ADXL375 part.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 92976332..2f4e5959 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -28,6 +28,7 @@ altoslib_JAVA = \ AltosLib.java \ AltosAccelCal.java \ AltosAccelCalListener.java \ + AltosAdxl375.java \ AltosCalData.java \ AltosCompanion.java \ AltosConfigData.java \ |
