altosui: Move AltosConfigData.java to library
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jan 2012 04:34:38 +0000 (20:34 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jan 2012 04:34:38 +0000 (20:34 -0800)
commit01bbf9e163e7178712262800f8c59fcbea3f82eb
treeb17e15a41a09c2a935805cac88af538711dceda6
parent0b7cfac3fba549abaaddc2b4fba825766199a4fc
altosui: Move AltosConfigData.java to library

Create a new 'AltosLink' which exposes how to talk to the remote
device abstractly via 'get_reply' and 'printf' methods.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosSerial.java
altosui/altoslib/Makefile.am
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosConfigData.java
altosui/altoslib/src/org/altusmetrum/AltosLib/AltosLink.java [new file with mode: 0644]