Package <Unnamed>

Interface Summary
Comparable2 Similar to the Comparable Interface, this interface defines a compareTo2() method that allows the comparison between two multi-variable objects using a specified variable (a key)
VariableType  
 

Class Summary
FinchSensor Representation of a single sample of sensor values from the Finch.
sensorDriver The main driver for Lab 3 The responsibilities are: Read a sequence of sensor samples from the Finch Find the min, median and max samples for some sensor and report the sample Repeat for different sensor streams
 

Enum Summary
SensorType An implementation of a particular VariableType that represents the subset of the different sensor channels that can be sampled from the Finch.