altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constants
authorKeith Packard <keithp@keithp.com>
Sat, 31 Jul 2010 16:57:49 +0000 (09:57 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 31 Jul 2010 16:57:49 +0000 (09:57 -0700)
commite286eb61ad2a90746c1c31f95d26d5edb48738d3
tree620c9b9197ce0c01071e81bd1c1d8e28769e8ab3
parent7877496d47ce6d25210c0e1c6500666dbfc0876c
altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos constants

Renames the eeprom downloading code and adds a new file to share the
flight data constants across the various UI modules.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/Altos.java [new file with mode: 0644]
ao-tools/altosui/AltosEeprom.java [deleted file]
ao-tools/altosui/AltosEepromDownload.java [new file with mode: 0644]
ao-tools/altosui/AltosUI.java