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>
Sat, 20 May 2017 04:40:30 +0000 (21:40 -0700)
commita50c8b40319c5d176d40a816111edd9a8dd48bc9
treecccf6dced13f53abee4e2df9af4e88b21efc0818
parente37f9719745b7fba5bfb1b1517ce7b70efa7a3a2
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]