altoslib: Add initial time series functions
authorKeith Packard <keithp@keithp.com>
Wed, 10 May 2017 22:16:34 +0000 (15:16 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 12 May 2017 05:20:50 +0000 (22:20 -0700)
commit2370d65f962a3bcae1b6f717a4ce47ca98ec7d21
treef097e5e152e61f9821f4f4de1d589891d839086c
parentab340c1617d44c9b922766151ca5c596b568bb82
altoslib: Add initial time series functions

Provides the basis for offering a sequence of time/value datasets for
graphing instead of using AltosState.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosTime.java [new file with mode: 0644]
altoslib/AltosTimeSeries.java [new file with mode: 0644]
altoslib/AltosTimeValue.java [new file with mode: 0644]