diff options
| author | Keith Packard <keithp@keithp.com> | 2010-08-24 00:29:11 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-08-24 00:29:11 -0700 |
| commit | 7bd220dfd9b3fb0e42eb90c3b37eb7b4169eb21b (patch) | |
| tree | 3645b536797c02c8eee0b6b71d8259a56eda38d0 /ao-tools/altosui/Makefile | |
| parent | 634a550149e7c344a22a637ba484f115592b1018 (diff) | |
altosui: Add ability to create CSV file from telem or eeprom files
This creates a comma separated value file to export data for
external programs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/Makefile')
| -rw-r--r-- | ao-tools/altosui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index de78b765..1273e7d4 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -8,6 +8,7 @@ CLASSFILES=\ AltosConfigUI.class \ AltosConvert.class \ AltosCSV.class \ + AltosCSVUI.class \ AltosDebug.class \ AltosEepromDownload.class \ AltosEepromMonitor.class \ |
