altosui: Make AltosBTDevice implement AltosDevice interface
authorKeith Packard <keithp@keithp.com>
Thu, 14 Apr 2011 17:22:30 +0000 (10:22 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 14 Apr 2011 17:22:30 +0000 (10:22 -0700)
commit84163eee7847a09fe78f8762b28f857d76bf5755
treebfb8063450c545550cc2a428ae80ff1307bf15f0
parent9cdef76c1275b343099d0d01af82d7eadd36a410
altosui: Make AltosBTDevice implement AltosDevice interface

This will allow the use of either USB or BT devices through the
AltosDevice interface.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Altos.java
altosui/AltosBTDevice.java
altosui/AltosUSBDevice.java