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>
Wed, 10 May 2017 22:16:34 +0000 (15:16 -0700)
commitdf5631e5466c620e2ac4919ea7fb00bd0c62dfcc
treea7ae279254c82488c20a07fdbc17a78fcc78ab90
parent6f0a1b7bc8cb266de111e62512bc275ab71ac5c1
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]