summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosGraphUI.java
Commit message (Collapse)AuthorAge
* altosui: Remove ability to graph data in .csv filesKeith Packard2010-10-06
| | | | | | | There's no reason to support these files when the raw .eeprom or .telem files which generate them should be used instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: use Altos constants in graphing codeKeith Packard2010-09-27
| | | | | | The Altos class nicely defines constants for all of the flight states. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add graphing.Anthony Towns2010-09-15