SunSPOT API V5.0


Uses of Interface
com.sun.spot.sensorboard.peripheral.ITemperatureInput

Packages that use ITemperatureInput
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.spot.sensorboard.peripheral Interfaces and concrete implementations of various peripherals that are either connected to or built into the daughter cards. 
 

Uses of ITemperatureInput in com.sun.spot.sensorboard
 

Methods in com.sun.spot.sensorboard that return ITemperatureInput
 ITemperatureInput IDemoBoard.getADCTemperature()
          Method to get internal temperature sensor on the ADC from the edemo board.
 ITemperatureInput EDemoController.getADCTemperature()
          Get the internal temperature sensor on the ADC on the EDemoBoard.
 ITemperatureInput EDemoBoard.getADCTemperature()
          Method to get internal temperature sensor on the ADC from the EDemoBoard.
 

Uses of ITemperatureInput in com.sun.spot.sensorboard.peripheral
 

Classes in com.sun.spot.sensorboard.peripheral that implement ITemperatureInput
 class TemperatureInput
          Simple extension of ScalarInput.
 

Methods in com.sun.spot.sensorboard.peripheral with parameters of type ITemperatureInput
 void ITemperatureInputThresholdListener.thresholdChanged(ITemperatureInput temp, double low, double high, boolean inCelsius)
          Callback for when the temperature sensor thresholds are changed.
 void ITemperatureInputThresholdListener.thresholdExceeded(ITemperatureInput temp, double val, boolean inCelsius)
          Callback for when the temperature sensor value goes above or below the specified thresholds.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.